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...
Any kind of thought/suggestion is welcome: http://webreflection.blogspot.com/2010/04/json-sleep-wakeup-serialize-and.html In few words, a way to better control...
To Douglas Crockford I'm writting some documentation to my JSON API and would like to add some railroad diagrams. Can you tell me how you created the diagrams...
Hi all, I wrote a json to json transformation tool. It's a command line tool that uses pattern-matching to write transformations. Example: jsonpat -p...