Search the web
Sign In
New User? Sign Up
json · JSON JavaScript Object Notation
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 859 - 889 of 1409   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
859
Collin Jackson has implemented a JSONRequest extention for Firefox. http://crypto.stanford.edu/jsonrequest/...
Douglas Crockford
douglascrock...
Offline Send Email
Sep 1, 2007
11:44 pm
860
I have problem receive JSON in server i want to use Servlet, i try to use blabla?json?<json> i got problem. is the answer is JSONRPC? anyone can help me to...
Frans Thamura
fthamura
Online Now Send Email
Sep 4, 2007
2:39 am
861
... I have a comment about the syntax. It is extremely easy to implement a JSON parser because the syntax is simple. In not only looks good, it is designed to...
Henrik Hjelte
jagarenbrape...
Offline Send Email
Sep 5, 2007
1:14 pm
862
... One design criterion of the JSONPath syntax proposal is, that simple expressions are also valid in Javascript. That applies to these two expressions above....
Stefan Gössner
stefangoessner
Offline Send Email
Sep 6, 2007
9:17 am
863
Hi, I'm interested in implementing the server side of JSONRequest, and I'm a bit confused by the JSONRequest.get description in the proposal. The sample server...
John David Duncan
jddefn
Offline Send Email
Sep 22, 2007
8:17 pm
864
... The current proposal can be found at http://json.org/JSONRequest.html...
Douglas Crockford
douglascrock...
Offline Send Email
Sep 23, 2007
12:19 am
865
... Yep, that's the one I'm referring to. Is the "JSONRequest" header supposed to be there, in this response? HTTP/1.1 200 OK Content-Type:...
John David Duncan
jddefn
Offline Send Email
Sep 23, 2007
1:08 am
866
... I see what you mean. No, that isn't supposed to be there. I have corrected it. Thank you....
Douglas Crockford
douglascrock...
Offline Send Email
Sep 23, 2007
3:31 am
868
Hi, I have a JSON object which has a strcture like this : { "MainData": { "Company": { "Name":"ABC Ltd", "Address":"<address>" }, "Data": { "001": { "Name":...
mahesh_mission
Offline Send Email
Sep 26, 2007
2:19 pm
869
... That form of eval is not in the ECMAScript standard. I recommend that you stick with the standard language....
Douglas Crockford
douglascrock...
Offline Send Email
Sep 27, 2007
1:39 pm
870
I think you want: MainData.Company.Data[EmpNo]...
kriszyp
Online Now Send Email
Sep 27, 2007
4:39 pm
871
I wanted to modify json.js to add RegExp support so I added the following: RegExp.prototype.toJSONString = function () { return this.toString().toJSONString();...
Julian Tonti-Filippini
mediocritass
Offline Send Email
Oct 3, 2007
7:16 am
872
Do you have a piece of (valid!) JSON that some JSON parsers find difficult to parse? If you do, I'd love to get my hands on it. I'm writing a JSON framework[0]...
Brautaset Stig
stigbrau
Offline Send Email
Oct 3, 2007
1:18 pm
873
... The Json checker contains testcases you can use. If all tests pass, I would be confident that everything works ok. Get the testcases here:...
Henrik Hjelte
jagarenbrape...
Offline Send Email
Oct 3, 2007
2:00 pm
874
I tested php json parsers using the test cases you can find here: http://gggeek.altervista.org/sw/article_20070425.html I personally prefer the parser to...
Gaetano Giunta
gaetanogiunt...
Offline Send Email
Oct 3, 2007
5:10 pm
875
Hi Henrik, ... Wow! That's great. Checking whether I pass these (and making sure I do, if I don't already) is next on my agenda. Stig -- ...
Stig Brautaset
stigbrau
Offline Send Email
Oct 3, 2007
7:49 pm
876
A new version of json.js is available. It corrects a problem in parseJSON where it was possible to have the contents of one of the caller's variables included...
Douglas Crockford
douglascrock...
Offline Send Email
Oct 5, 2007
9:31 pm
877
Here is the link http://ketankhairnar.blogspot.com/2007/06/json-utility-using-asm-java-bytecode.html let me know what you think......
ketan_vjti
Offline Send Email
Oct 6, 2007
5:26 am
878
I have been working on putting together a proposal for a JSON Schema. I have been collaborating with some others, but I wanted to elicit feedback, input, and...
kriszyp
Online Now Send Email
Oct 6, 2007
4:25 pm
879
I wanted to initiate some dialogue about JSON referencing conventions. I did a write up at http://www.json.com/2007/10/09/json-referencing-schemes/ on a number...
Kris Zyp
kriszyp
Online Now Send Email
Oct 10, 2007
4:34 pm
880
... Thanks! I have one more thought about the proposal. The Firefox plugin chooses to send an "Accept: application/ jsonrequest" header with the request, and...
John David Duncan
jddefn
Offline Send Email
Oct 10, 2007
8:36 pm
881
A design error in Firefox could allow parseJSON to include an eval function object in the resulting JSON object. This situation will now raise an exception. ...
Douglas Crockford
douglascrock...
Offline Send Email
Oct 10, 2007
10:34 pm
882
Hi, I have a JSON object whose structure is like this: The name of the object is 'Emp' and the attributes are: name age sex department address Later in my...
mahesh_mission
Offline Send Email
Oct 11, 2007
5:20 am
883
Will this work? Emp["localvar.name"] To: json@...: mahesh_mission@...: Thu, 11 Oct 2007 05:19:55 +0000Subject: [json] Accessing a...
Mark Ireland
akaidr4vr
Offline Send Email
Oct 11, 2007
7:02 am
884
... You're right....
Douglas Crockford
douglascrock...
Offline Send Email
Oct 11, 2007
1:20 pm
885
I'm the type of person that is pretty impatient, and given the past history of browsers with regards to adopting standards, I'm curious on anyone's feelings on...
cisco_sethcall
Offline Send Email
Oct 12, 2007
7:53 pm
886
JSON JavaScript Object NotationCisco, have you tried Subspace/CrossSafe (http://www.xucia.com/page/CrossSafe)? It is a JS library that provides secure...
Kris Zyp
kriszyp
Online Now Send Email
Oct 13, 2007
3:47 pm
887
Hi, one thing I didn't get a answer yet about security: I expect that NTLM is not working with JSONRequest, too, is that correct? Some other questions while...
Michael Schwarz
schwarz_inte...
Offline Send Email
Oct 14, 2007
11:54 am
888
hi all i am seeking an Java based of JSON that can convert JSON become URL, this is called URLEncoder and URLDecoder, anyone have it? FransThamura Indonesia...
Frans Thamura
fthamura
Online Now Send Email
Oct 14, 2007
3:20 pm
889
... Can you tell us which platform you are developing a client plugin for? ... The browser's security policy isn't granular enough to separate URIs into...
collin_jackson
Offline Send Email
Oct 14, 2007
5:26 pm
Messages 859 - 889 of 1409   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help