Doug, Can you elaborate on the changes? Do you maintain the source in a VCS, or is it the responsibility of consumers to store copies locally to see diffs? ...
... A JSON object is created if one doesn't exist. If the object does not have a stringify method, one is added. If the object does not have a parse method,...
Doug, If you are looking for help or sponsors, please feel free to contact me. As you know, I am VERY interested in supporting jsON. If you are looking for...
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...
... Timestamps are in my opinion too trivial to be worth structuring. The fixed string format of RFC 3339 are not burdensome to parse: they look like...
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...
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...