JSON is not able to directly represent cyclical structures. However, with some simple transformation, it can. This is demonstrated by two JavaScript functions,...
This is great to see, obviously I am pleased to see further adoption of reference-capable JSON. I did want to make a few comments: While I had originally...
I made RJSON about a year ago to handle cycles and types. It uses function call forms, as used by cyclic JSON, but instead of a JSON path it uses integers or...
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...
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...
(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 ...
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...
Article title: <xsl:output method='json'/> http://www.p6r.com/articles/2008/11/02/xsloutput-methodjson/ How we support output of JSON documents in our XSLT...
... Two versions are given, PDF and DOC. Only the PDF is useful to me because of the revision marks in the margin. But it's full of red print, which is...
... Postfix ++ and -- are defined identically the same way as prefix -- and ++; they all are said to return the incremented (decremented) value. Since it is...
I changed the stringify method's array test from if (typeof value.length === 'number' && !value.propertyIsEnumerable('length')) { to the more reliable Miller...
It appears that versions of http://json.org/json2.js starting around May 2008 have issues in Opera. I've verified this in Opera 9.52 and Opera 9.27. The issue...
... Hi, My college and me at work noticed this as well, we made a patch for it at the time. It seems we forgot to report it. It's fixed in newer versions of...
Leen Besselink
leen@...
Dec 16, 2008 10:50 am
1185
Ahh, thanks! I tried that but thought it didn't work because this whole thing was masking a different Opera issue. Your post made me go back and look more...
... Quick question: home page suggests that one benefit of the library is high performance. How is this determined, i.e. how has it been tested, and against...
It's base on some internal testing and testing of an independent author in some complex scenarios. The result show that the encoding of JSON.simple is as...
... Thank you for quick answer! Would it be maybe possible to publish results of these internal tests? And/or maybe just cut'n paste your explanation -- it...
It will be great if you can add JSON.simple (latest version 1.0.2) in your test suite and let me know the results. I'll publish the testing source codes and...
... Updated. Thanks. ... Would you like to propose something? The Python community was able to converge on a single library. The Java community has not yet, as...
On Fri, Jan 16, 2009 at 1:26 PM, Douglas Crockford ... Thank you. ... I think convergence will happen via sort of natural selection over time... although it...
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...
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...
Does this interface allow the JSON data to be streamed in? Thanks, Mark P6R, Inc On Tue, 03 Feb 2009 12:26:31 -0000 ... Mark Joseph, Ph.D. President and...
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: ...
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@yahoogroups.com
Feb 4, 2009 6:41 am
1199
... Yes it does. In fact, the library's built-in input/output capability is based on the standard istream & ostream classes, so any C++ stream-based ...