i wanted to use json in a c++ program, but the zoolib library was just too big to deal with. so i sat down and wrote my own. anyone out there feel like doing...
I have added a JSONString interface. A class implementing it can customize the JSON serialization of its instances. http://www.json.org/java/index.html...
The following json poll is now closed. Here are the final results: POLL QUESTION: Which of the following data communication methods / techniques do you use ? ...
Hello list, I just want to let you know, that I published an article over at xml.com http://www.xml.com/pub/a/2006/05/31/converting-between-xml-and-json.html ...
Hello ALL, I have been in a BIG trouble. I have using XMLHttpRequest with JSON and everything works just fine with all browsers, except for firefox 1.0.X....
Hi everyone. I'm new to this group so I'd like to say hello. My name is Pablo, despite of the dumb name in my email. My little AJAX app doesn't like the JSON...
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? ...