[Mark] ... Hi Mark. Nice work. On reading your article, I saw reference to several existing methods for mapping XML<->JSON. But I didn't see any reference to...
Jansson v1.2.1 is out. This is a bugfix release in the 1.2 release series. Changes since v1.2 ... * Bug fixes: - Fix reference counting on true, false and null...
I am pleased to announce the release of RSON 0.06. The goal of the RSON project is to create a file format that is easy to edit, diff, and version control,...
I am developing a superset of JSON called RSON (Readable Serial Object Notation), at http://code.google.com/p/rson/ (Not that JSON isn't eminently readable,...
I am trying to figure out how to send an image from my hard drive to Tuzulo using their api which appears to use JSON (quoted below). I have figured out how...
Hi, We have a new release of the Itemscript JSON library for standard Java and GWT-Java, with a RESTful in-memory database. The project page with a feature...
Hi all, Just a quick note to let you all know that jswoof has been ported to JAVA. And is now ready for download. As usual you can grab jswoof from the...
I have a question regarding the use of URL fragments (the part after the # (hash) character in a standard URL) for navigating JSON resources. So far as I can...
Hi to all. I've detected some awkward behavior in org.json library and the best would be that someone convinces me that I am missing something obvious. :-) 1)...
We have been having a heck of a time with an issue in IE8's implementation of JSON.stringify(). It appears that IE8 *sometimes* encodes an empty string as the...
Jswoof v1.01 has been released for C#. This build takes care a few tiny bugs that were lingering in the parseNumber function. As usual you can get jswoof from...
There is a book available from Amazon and other sources titled JSON: Computer, Human-readable medium, Data structure, Associative array, Douglas Crockford,...
Hi Just ran into this issue with json2 (http://www.json.org/json2.js). In the environment where I'm developing the situation is that plain Objects does not...
When creating a JSON structure, is there a standard way that is used to determine that some member should be an Array vs Not? For someone building a service,...
Hi all, Just a quick post. Jswoof tiny has also been updated to support [JSWEXT] jswoof extensions http://www.waynemike.co.uk/jswoof you can also follow jswoof...
Jswoof extensions finally finished and uploaded. jswoof extensions, allow new features to be bolted on to the jswoof library without clogging up the...
Hi JSON fans I'm currently creating a project where I need a JSON parser in Java. There's no lack of Java JSON-parsers at json.org, in fact there's 18...
Hi all. The jswoof website has been updated. To include C# class documentation A few typos have also been fixed. http://www.waynemike.co.uk/jswoof/csharp You...
I just was curious if there was any interest in IETF JSON working group. As I understand it, without a JSON working group any JSON-based specification that...
Jansson v1.2 is out. This release contains new features and a few bug fixes. Changes since v1.1.3 ... * New functions: - json_equal(): Test whether two JSON...
Hi all, The jswoof website has now been updated to reflect all changes that have recently been made to the library. Work is also under on the C# version of the...
i noticed that this works with the native JSON object in FF3.5.5 JSON.parse(["true"]) but with the json2.js this throws an error. which one is the intended...
Hi all. Jswoof version 1.13 is ready for download. Its contains a new clause in the parseObject function that throws an exception if no key is present. as...
I just found an interesting json validator "Orderly is a textual format for describing JSON. Orderly can be compiled into JSONSchema. It is designed to be easy...
Hi all, The first port of jswoof has now been uploaded. You can now get jswoof for c#. You can download the beta from: http://www.waynemike.co.uk/jswoof/csharp...
Jansson v1.1.3 is out. This is a bug fix release in the 1.1 release series. Changes since v1.1.2: * Encode reals correctly, so that first encoding and then...
The server at JSON.org is getting hammered. It turns out that there are some sites that are linking directly to json2.js instead of dispensing it from their...
Hi All, Jswoof tiny has now been re-built using the new jswoof v1.12 core library. As usual you can get the jswoof from http://www.waynemike.co.uk/jswoof ...