VTD-XML 2.5 is now released. Please go to https://sourceforge.net/project/showfiles.php? group_id=110612&package_id=120172&release_id=661376 to download the...
JSON.simple introduces a simplified and stoppable SAX-like content handler to process JSON text stream. Please take a look if you are interested in it: ...
For those who might be interested, I have started new a Google group/mailing list for the continued development of a language/syntax for JSON querying: ...
Please check out my new C++ JSON interface library at: http://cajun-jsonapi.sourceforge.net/ What makes it better than the others already available? A major...
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the json group. File : /JSON-debug.html ...
The JSON.stringify function builds a JSON text using the own properties of the objects it is given. If you want the text to also include the inherited...
There are several Unicode characters that JavaScript mishandles, either by silent deletion, or by treating them as line ending characters. json2.js now escapes...
Hi all, We've just released Restlet 1.1 with full JSON support. See complete announce here: http://blog.noelios.com/2008/10/28/restlet-110-released/ We have...
(putting json@yahoogroups.com back on the cc in case anyone is interested over there) ... My point is that if a user already has a scheme for identifying ...
I have a slower version of json2 that explicitly detects and rejects cycles. The results are always the same, but stringify will fail faster in the presence of...
JSON allows, but does not require escaping of the / character. Generally, it is best to not escape the slash. The JSON strings "/" and "\/" must produce...
JSON is not able to directly represent cyclical structures. However, with some simple transformation, it can. This is demonstrated by two JavaScript functions,...
I'm proud to announce that JsonFx, the JSON-Savvy Ajax Framework, is now publically available for ASP.NET 2.0/3.5. Some of the features: - A true Ajax...
Support was added to the Java reference implementation for Apple's Old Style ASCII Property Lists. It recognizes strings, arrays, and dictionaries. It is...
Colleagues, We are planning to use JSON to distribute diverse data to heterogeneous clients - mostly scripters in JavaScript, Python, Ruby, and C#. One of the...
I think the grammar on the right of json.org would be more complete if it started with json_text object array I remember having trouble finding out whether or...
Recent discussions about JsonML (e.g. http://tech.groups.yahoo.com/group/json/message/1115) and various blog posts around browser-side templating (e.g. ...
The latest release of Aptana's Jaxer Ajax server (Jaxer 1.0 RC B)has added support for the creation and delivery of JSON data services -- Jaxer runs JavaScript...
JsonML is an isomorphic transformation between JSON and XML. With this transformation, JSON is able to encode XML document structures. The Array Form...
I have recently added JSON Referencing support to Dojo, available in the upcoming Dojo 1.2, and provided a more detailed explanation of JSON Referencing here...
Hi, I am new user of JSON. Now I have a requirement to build a UI using a JSON output that I get by calling a webservice. What would be the free and best UI...
Requirement: Have a list of 500 country data COUNTRY COUNTRY CODE COUNTRY TAX CODE COUNTRY TAX YEAR The user selects a country from an online form, and the...
We recently introduced JSONQuery, which is intended to build on JSONPath to provide a more comprehensive set of data querying capabilities including sorting,...
The file http://www.json.org/json2.js begins with /* http://www.JSON.org/json2.js 2008-06-15 Curious date ;-) ... More seriously, This file modifies the built...
I have recommended that these methods be added to ECMAScript: Array.prototype.toJSONString Object.prototype.toJSONString String.prototype.parseJSON This will...