FYI, an update for JsonFx JsonSerializer is available. Round-trip support is improved for strongly typed objects. http://jsonfx.net/BuildTools/ Features: -...
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...
The Jayrock project has a json.js version that supports both. A "safe eval" as well as a pure JavaScript JSON parser available via the "parse" method. See...
Yes. Doug Crockford's ORIGINAL json parser {circa 2005 or so} did NOT use the eval function -- it was a strict tokenizer / regex mechanism both for parsing a...
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...
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, 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...
It will work in CDC - Personal Profile http://java.sun.com/javame/reference/apis/jsr216/ Maybe its better, if we use a ported version of this class so it can...
Hi Himanshu, An update of the org.json.me library hosted at https://meapplicationdevelopers.dev.java.net/mobileajax.html worked around this issue by supplying...
Hi, I do not have access to the ability to upload or make changes to json.org website. However, my personal suggestion would be to take an updated zip file...
Support was added to the Java reference implementation for Apple's Old Style ASCII Property Lists. It recognizes strings, arrays, and dictionaries. It is...
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...
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 have updated json2.js, adding features suggested by Mark Miller and Chris Zyp. JSON.parse can take a reviver function that is passed each key and value, with...
I have updated json2.js to include a prettyprinting option. If the third parameter is a string (such as "\t" or " ") or a number of spaces, then nested...
Line 170 is an enigma : (var) value, // Place holder for the value function. As (var) value = f() is defined later on @line 230... does 170 really make...
... As a matter of discipline, I always declare things before I use them. ... Some people are distrustful of regular expressions. An implementation that does...
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...
When I decided to make Jpath, no. It wasn't until afterwards when i found that library. However, they are still pretty different and each offer different...
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...
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...