This is mainly for Mr D and it's about json2.js ( probably the sans eval as well ) If I create an object through a VBScript class definition and this object ...
Jansson 2.0.1 is out. This release fixes a few bugs, some of them major and some minor. The most important bug fixes are: * Fix strict key checking in...
Hi All, I'm sure this has been asked before but I cannot find it here, so here is my question Is there a simple way to convert/deserialize and JSON object into...
Just as the subject suggests... Do you need to double quote numeric values to be valid JSON? JSONlint seems to validate the following string just fine:...
In RFC 4627, Section 3 Encoding, it states: "JSON text SHALL be encoded in Unicode. The default encoding is UTF-8." Unicode is defined as: The Unicode...
Jansson 2.0 is finally out. This is a new major release that is (slightly) backwards incompatible with the older versions. Changes since v1.3 ... * Backwards...
Hello all, Huge speed optimizations in fastJSON v1.4 now officially the fastest JSON on the .net platform. http://www.codeproject.com/KB/IP/fastJSON.aspx...
Since this is a group dedicated to JSON, I just thought I'd post a note about yet another Objective-C serializer / deserializer: JSONKit, available at...
Hello all, I just wanted to mention that a while ago I changed the name from libJSON to libjson, would you mind reflecting that on json.org? I added a ton of...
Does anyone know of a good WYSIWYG tool for creating a hierarchy of objects/elements and fields/attributes that exports to both XML and JSON? I downloaded...
Hey Folks, Here is the URL for my test site - http://showmercyonus.appspot.com/transaction The second row is a combination of JSON & AJAX that renders some...
The original version of json.js had a JSON object containing stringify and parse methods. When the opportunity to add JSON support to the next proposed...
Hi, all! For the C++ coders out there without a favourite JSON library, here's a new one for you: http://fossil.wanderinghorse.net/repos/nosjob/ It's still...
I will be doing a session at Silicon Valley Codecamp at Foothill College in Los Altos, California on Saturday, October 9 at 11:15am. I will be talking about...
If anyone here uses libjson, I just released libjson 6. Be aware though, this one will not just plug into your code if you are using an old version. Both ...
JSON.org is a sponsor this year of Silicon Valley Codecamp, a free conference held at Foothill College in Los Altos, CA. I hope to see you there. For more...
I'm redoing big parts of libjson and I'm going to extend it to use non-standard json (as a compile option, not standard) and I'm curious if anyone foresee any...
I am a eLearning Application developer who is working on his first experience with JSON. My application has no active server (php, asp, java, etc) to work...
Hi, I would like to submit a couple of questions to the members of this group, as JSON tools designers and/or users: 1. Are you aware of any JSON codec library...
A lot of people have asked me for makefiles instead of the Code::Blocks project files so I wrote makefiles for each platform. Should be good, but didn't try...
Jansson v1.3 is out. This release adds one new encoding flag, enhances the documentation a bit and fixes a few bugs. Changes since v1.2.1 ... * New encoding...
Hi, I'm new to the group as well as to using json and am wondering if someone can write me a json script for .php webpage please? What I need is to be able to...
I'm using the JSON_Parser C library on one end and the org.json Java library on the other and they don't agree on the encoding for the floating point value...