The web_send library provides a concise and expressive API for interacting with arbitrary JSON resources from the web browser. When used from the Firebug...
Hi all, I have been working on a new JSON Parser for FLEX. Called JSWOOF. The Library is fully complient with the JSON spec. and has been fully optimized for...
One thing that is currently missing (AFAIK) from JSON stack is the equivalent of useful parts of W3C Schema ("xml schema"). I know there is a JSON Schema...
I have recently adapted a VBA Excel macro that parses multidimensional JSON data (ie it deals with arrays and objects in the data), fixed some parsing bugs and...
Hi. I'm using JSON with JQGrid in an inquiry program. I'm building a JSON string with the server-side program, and the string contains an HTML hyperlink tag....
Dear all, I am pleased to announce the publication of a new open source product, jyson, a pure java JSON codec for jython 2.5. You can access source code,...
I am proposing a new mechanism for doing data transport in Ajax/Comet applications. It is called JSONRequest. It is a minimal communications facility that can...
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...