JsonML is an application of JSON for document markup. JSON was not designed for such applications, and is not as effective than XML (much as XML is less...
Hii, I am newbie with json. after I read article in http://www.developer.com/lang/jscript/article.php/10939_3596836_2, I know that json is faster than xml. I...
Section 2.2 is short enough I might as well just paste it. 2.2. Objects An object structure is represented as a pair of curly brackets surrounding zero or more...
I am trying to get JSON object from a JSON string in a cookie. When I convert the string read from cookie, i still get a string and not a JSON object. So i...
I'm new to JSON and want to format a number (e.g., 73.50) as a financial number. The "float" data type treats the number as 73.5 and drops the trailing zero....
Hi, I just did some tests in some version of Netscape Navigator. The following fails in version <= 7.1 because the regular expression can't match the double...
Hi, I am trying the relatively new json.js code available on http://www.json.org/json.js A date object is converted to the following format 2006-12-03T13:56:21...
Hi Dear Group Members of Json, First of all, I am sending the warm regards to JSON Group members of the New year. And I am a newcomer in JSON groups. And dear...
The human-readable aspect of JSON is all well and good in theory, but turns out to be a mute point in practice. Most JSON producers in the current web...
Hello all, This is my first post here. I am currently working on a dynamic scripts version of my website. I have to say this is my first javascripts using json...
Subject: JSON Compatibility Issues Hi, While I was debugging my web application, I found following compatibility issues regarding JSON and major web browsers. ...
Hi, Is there a strategy for decoding dates that could or should be in json.js? It seems incomplete that it can encode dates but doesn't automatically decode...
I am happy to announce the first release of my library Cerny.js [1]. It offers a solution for validating JavaScript objects against a Schema [2] and it...
Hi, By extending the Object.prototype with the new property toJSONString I can no longer use for-in loops in my JavaScript. Has someone released a version of...
Alright there guys Just come on board the json bandwagon, love the potential it promises over xmlhttprequest. But the mainstream web2.0 crowd doesn't seem to ...
The main JSON page is available in Chinese English French German Italian Japanese Korean, and now Spanish. Please advise me of any corrections. If you are...
http://cheeseshop.python.org/pypi/Aioxml - LANGUAGE EXAMPLE ================== # This is an example (object attribute = value attribute2 = value2 (object ...
Hi folks. I am new to the group. I am interested in defining the expected structure of JSON objects in a way that can be programmatically introspected. Such...
I made a dynamic json object at run time in a web page via JScript. Contructed in a js for loop. The I parse it. Now I'm posting it to another page via jQuery...
Hi, I am new to JSON an I am learning JSON. I have a question for the group. I have a button and onclick of the button, I am calling a servlet and I want to...
Hi, I am working on a new project and I can choose XML, JSON, straight JavaScript or a custom format for transmitting data between browser JavaScript and...