I'd like some clarification: the tagName/childNodes syntax is the key difference between Stephen's JSONML and my alternative, JSoda <http://jsoda.info/...
... The similarity between JSONML Object Form and JSoda is completely coincidental. Your jsoda license it limited to the use of your code. I am not using your...
Kyle, I think it is important to note that what we are trying to do here is foster innovation and build upon each other's ideas to produce a better set of...
Point(s) well taken. Especially the idea of applying Chomskyan classifications to these subsets. However, some further clarifications: * I neither want to...
Recent discussions about JsonML (e.g. http://tech.groups.yahoo.com/group/json/message/1115) and various blog posts around browser-side templating (e.g. ...
What would be the pros and cons of this approach when compared to the TrimPath JavaScript Templates? The latter have been around for quite some time. -- Martin...
Great question, Martin. Forgive me if this is getting off topic. (Just remember it binds to JSON data! :) Both attempt to solve similar templating issues but...
The latest release of Aptana's Jaxer Ajax server (Jaxer 1.0 RC B)has added support for the creation and delivery of JSON data services -- Jaxer runs JavaScript...
Hi, I know that this is not a group for Javascript, but this one is the closests one that I can ask questions. There are many Javascript interpreters around,...
Mert-- What you want does exist. See http://aptana.com/jaxer. Jaxer us a javasctipt and Ajax server that uses spidermonkey and the mozilla dom engine to do the...
... You might get better answers if you asked this on a javascript mailing list. This list deals with JSON, which while inspired by javascript's syntax, is not...
I think the grammar on the right of json.org would be more complete if it started with json_text object array I remember having trouble finding out whether or...
... RFC 4627 is definitive. That said, I think it's unfortunate that a a bare number, string, truth value, or null doesn't count as a JSON text. Why was this...
On a related (?) note: I have heard that comments were allowed at some point (i.e. were proposed as part of formal json grammar). If so, why were they dropped...
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,...