Hello everyone, I've got another question. I love JSON and the idea behind it. It is cool and generic. I am using JSON, with Javascript on the client-side with...
Enter your vote today! A new poll has been created for the json group: Which of the following data communication methods do you use ? o JSON . [Object...
I just built a RESTfull file system for FUSE. It uses JSON as the meta-data protocol. You can find details here: http://www.nongnu.org/restyfuse It's just a...
The Internet Draft http://www.ietf.org/internet-drafts/draft-crockford-jsonorg-json-03.txt is currently being reviewed. Based on the comments so far, I think ...
I was just taking a look at the json output from Flickr, and noticed that they don't quote any of their keys. As I understand it, that's incorrect - at least...
Just curious -- what testing has been done of the various libraries and tools WRT internationalisation? I.e., has it been confirmed that i18n works in JSON,...
when testing the JSON.stringify function, i noticed that it does not seem to behave correctly in safari. The issue is with Objects. It seems to arise from the...
Hi. I'm trying to use json.parse on server-side javascript under IIS. This gives errors or returns false with "perfectly good" json strings. The process is to...
Hello, I use to have a lot of application build with ajax, to learn more about JSON and also implement something easier in one of this applications. The BIG...
JSON is primary a set of encoding rules. A JSON encoder is required to only emit stuff which is strict JSON. The only rule for decoders is that they accept...
I have added a JSON text parser, called JsonTextReader, that provides non-cached, forward-only access to JSON data. JsonTextReader [1] can be found in the...
Hello. Ordinarily I wouldn't ask others to debug a problem I'm having with MY code, but I'm stuck. Being a total newbie to JSON, I'm afraid I don't have enough...
Hi. I'm pretty experienced with Javscript but totally new to JSON and have a question... Is it possible to use JSON to "populate" objects that are already ...
I updated my NSDictionary JSON methods so the output is now indented and easier to read. (Version 1.0 simply output one long string). Posting/Info/Download:...
JSON Newbie question: Given the following string: { "parent": { "child": "Hello92;!" } } And asking a JSON parser to parse it, what is the expected behavior? ...
Hi all, Sorry to come late to the party on this. With regard to what to call the json technology, what about aeon (asynchronous ecmascript object notation). It...
Hi all, am using JSON RPC for my PHP web app - thats been working brilliantly. One oversight in the spec is that there appears to be no way of specifying...
Is it posible to compress JSON files, gzip or something else? Am using JSON-PHP to send JSON files to my AJAJ javascript front end. When I turn on GZIP...
Quoting from the latest reference implementation at: http://www.json.org/json.js ... This should document that it returns null upon finding something that ...
Hi All, I am new to JSON & i need your help. My Use case is that i have service oriented architecture & sometimes i have to send a object back from my service...
Jesse James Garrett gave an old idea, dynamic update as an alternative to page replacement in web applications, a new name: Ajax (Asynchronous JavaScript +...