I have recommended that these methods be added to ECMAScript: Array.prototype.toJSONString Object.prototype.toJSONString String.prototype.parseJSON This will...
There's a small inconsistency between the current documentation for JSON.stringify() and the actual implementation (v. 2008-07-09) . The documentation for the...
JSON does not preserve the data sorting. I fetched the sorted data from DB and put in json object to be shown in a list box. The sorting order is not preserved...
Anybody had any luck using these two together? Specifically, if the payload of the request and or response is json, then is the payload required to be wrapped...
Maybe I'm just going crazy, but in a previous version of json.js (or maybe json2.js) did the .toISOString function wrap an extra set of "" (double quotes)...
Two changes to the reference implementation. JSONObject will keep a LinkedHashMap, so that new JSONObject(new LinkedHashMap()) can be used to make ordered...
There is another JavaScript reference implementation of a JSON parser. This one is a simple state machine. It is slower than json_sans_eval, but it is neater. ...
I'm the type of person that is pretty impatient, and given the past history of browsers with regards to adopting standards, I'm curious on anyone's feelings on...
JSON engine of VBScript based ASP server technology, served on it's deficiency of processing speciality. Also there have been like these projects put they had...
Hi, the first draft of SAJ & DOMJ have been released. SAJ & DOMJ are belong to java json API, a common API to process json in java environment. A group works...
To: douglas@... Douglas Crockford, Why did you not include the 'undefined39; literal in the JSON grammar at JSON.org? Afaics, it does not violate any...
On Sat, May 24, 2008 at 2:46 PM, Douglas Crockford ... Here is a version that doesn't reference any specs. Alternatively, you could reference either the HTML 5...
Hi, I'm jontools's owner (jontools.sourceforge.net). I'm developing a library to use json in java but my principal effort is to create an API to use in java...
I'm upgrading a web page so that it uses ajax. I'm pretty much done, except for one thing. If I have a value determined in a servlet that I need to use in...
It is my understanding that requests to a web service specifying an output type of JSON should receive responses with the content-type "application/json". Is...
I wanted to see if there was any prevailing consensus on if and how JSON subsets and alternatives should be denoted with MIME types. There are a growing number...
any idea if there is any support available for big decimal no.s in javascript? I have found the ECMA specification (ECMA-262) which mentions that it supports...
This release is 90% contributions. Thanks to all who are using YAJL and taking the time to push me patches. YAJL source is moved to a publically visible...
Is storing a JSON string in a database: A: a crap idea. period. B: a crap idea under most common circumstances C: pure genius Thanks. You've been helpful. ...
There are two classes of transformations between JSON and XML: The Data Transform and the Document Transform. The Data transform loses some of the structure ...
I think browsing and modify a json data structure is a headache for most of the json libraries, including mine (delphi json toolkit). So I have implemented an...
I've updated the json.r REBOL module to align with the current JSON spec. It passes all tests except #18, which is the enforcement of the array depth limit at...
Hi All I am developing on an embedded platform with C++, and wish to encode my AJAX get and post responses in JSON. Looking at the specification, it doesn't...