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...
... I was not aware, I'll have a look at it. But not for the current project which is done in C# / .net. ... Great - let me know if you like it. /Michael...
Have you run any benchmark between both libraries for some of the common features? ... -- Blog: http://justavo.blogsome.com/ [Non-text portions of this message...
I'm not sure if this benchmark is useful or not but i threw together a set of three tests which just iterates over equivalent queries 1000 times. Since there's...
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....
a bit out of scope, but carefully written javascript libraries can all be used this way. And there should be a lot that support json via eg. regexps (if plain...
In the past I tried this within VB6 apps and using the script object seemed to cause Norton Anti-virus throw scripting alerts and halt execution until the user...
Thanks to all who replied, we'll be experimenting with the suggestions. ... That would be a problem, in the long run, we're looking to ship this to customers. ...
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...
... That was my first thought when thinking about how to do it, as well. That would make sense if you wanted to always keep and use the JSON sorted. In one of...
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...