Dear group, I'm a firmware developer on small embedded platform. Until now, I used to read/write the in-memory configuration C structures (with padding bytes)...
Silicon Valley Codecamp is a free software development conference held at Foothill College in Los Altos, California. I will be presenting there again this...
I noticed there was a small gap on json.org - there are no libraries intended for shell script processing. So I wrote one. http://kmkeen.com/jshon/ Jshon...
Hi all, After reading up and using most the major Java JSON libraries, I thought I could do something better (at least for needs similar to my own's) and here...
Jansson 2.1 is out. This release adds a few new features and fixes some minor bugs. A new decoding function, json_loadb(), was added for decoding buffers with...
The second draft of the JSON Patch proposal has been published: http://tools.ietf.org/html/draft-pbryan-json-patch-01 Feedback would be most appreciated. The...
Hello, As there is no JSON standard for serializing the .net TimeSpan type, are there any suggestions? We could do the following: 1. TimeSpan -> long value...
Hi! I am trying to get an answer to what must be JSON-question number two, but apparently, the answer to my question is too obvious to be included in the Q&As...
Is there some spec for XML - JSON bi-directional conversion? I have observed a few tools that have this feature, including JSON-java by Douglas Crockford ...
I've published an informational Internet-Draft for JSON Patch, a proposed structure for specifying partial modifications to JSON documents. You can see it at: ...
Hi, all! i thought one or two of you might find a use for this: http://fossil.wanderinghorse.net/repos/cson/index.cgi/wiki/select-to-json It's a small C app...
Since I've received a number of requests for more security options in libjson, I'm in the process of adding them and I have two questions regarding the default...
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...