Hi All I am developing on an embedded platform with C++, and wish to encode my AJAX get and post responses in JSON. Looking at the specification, it doesn't...
Hi all, I'd like to introduce json2list and SpringDB to you all. json2list is a transformation tool from JSON to HTML list (ol and ul) and hosted at...
I have written a lot of applications that make heavy use of JSON data. In fact, I often store large amounts of JSON data in configuration files instead of...
I'm looking for a script/example/library written in VBA to parse JSON data. I didn't see one on json.org, and have had little luck with Google searches....
Hi JSON group, I'm brand new here and was invited here by Douglas Crockford (thanks, I'm honored!) based on my work with a jsonDiff implementation, so I guess...
Hello, I have a slight problem, an adequate explanation of which I have not been able to find. I'm hoping you can shed some light on the matter... I'm trying...
Thanks for all the feedback on the initial release of TinyJSON ("A Minimalistic JSON Reader in C++"). Finally, I found some time to include most of the ideas...
JSLint (www.JSLint.com) was updated recently to include new RegExp literal policies. http://www.JSON.org/json.js and http://www.JSON.org/json2.js have been...
I'm proud to announce that MJSON v0.8 has been released! MJSON is Maciel's JSON parser, a small light-weight library that handles documents written in the JSON...
Hi, Douglas Crockford asked me to report the problem on this yahoo group. I am using CLDC 1.1 and MIDP 2.1. If the json.me package was meant to support this...
Hi all, I've developed a 1-1 (reversible) mapping from JSON into XML in order to be able to process JSON from XQuery. The current CVS version of XQilla ...
Hi All, I have just started looking into using JSON as a way to send data between the client and server. I would like to know which JSON to use? I see...
Is anyone aware of a JSON parser written in JavaScript that doesn't use the eval() function at all, but instead just does the entire parsing using regular...
Hey guys, I've written a little JSON validator / reformatter service that I'm hoping is useful for everyone. I use it constantly myself, so I figure others...
I'm very pleased to announce the release of jabsorb 1.2.2. jabsorb is a simple and lightweight (yet quite powerful) Ajax/Web 2.0framework that allows you to...
http://lloydforge.org/projects/yajl A ChangeLog is availabe on that site, and in the distribution. enjoy, lloyd -- lloydh@... | appreciate value won...
Hi all, I've lately released a very minimalistic JSON parser for C++. => http://blog.beef.de/2008/01/04/tinyjson/ Why another C++ parser? While I really like...
Hi, JON Tools's subprojects had been released. JON Tools is composed by: SAJ - Simple API for JSON ==> is an event parser of json stream with schema validation...
Has any thought been given to specifying the use of HTTP/1.1 message pipelining with JSONRequest? The current specification says: "The browser must be able to...
I have been looking for some slightly complicated samples for json to java objects conversion using JSON-LIB but in vain. So i thought i will post my sample...