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. ...
1145
Kyle Alan Hale
kylealanhale
Aug 2, 2008 1:46 am
Point(s) well taken. Especially the idea of applying Chomskyan classifications to these subsets. However, some further clarifications: * I neither want to...
1144
Fang Yidong
fangyidong
Aug 2, 2008 1:01 am
Why JSoda? No way to me ... :-) ... -- JSON: Action in AJAX! JSON - http://www.json.org JSON.simple - http://www.json.org/java/simple.txt ...
1143
Stephen M. McKamey
stephen.mckamey
Aug 1, 2008 9:10 pm
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...
1142
Douglas Crockford
douglascrock...
Aug 1, 2008 8:06 pm
... 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...
1141
Kyle Alan Hale
kylealanhale
Aug 1, 2008 6:26 pm
I'd like some clarification: the tagName/childNodes syntax is the key difference between Stephen's JSONML and my alternative, JSoda <http://jsoda.info/...
1140
Kris Zyp
kriszyp
Aug 1, 2008 4:26 am
I have recently added JSON Referencing support to Dojo, available in the upcoming Dojo 1.2, and provided a more detailed explanation of JSON Referencing here...
1139
Martin Cooper
mfncooper
Jul 31, 2008 4:49 pm
... Look, *you* need to think deeply about your needs. Nobody on this list is going to be able to give you a silver-bullet answer, because there isn't one. ...
1138
jyothsna1_n
Jul 31, 2008 4:40 pm
Thanks for the reply. The webservices are REST based and they give a JSON output. What would be the skillset required to do this? As this is in the start phase...
1137
Martin Cooper
mfncooper
Jul 31, 2008 3:49 pm
... There is no "best" framework / toolkit. It depends entirely on your requirements. Just about any framework can consume JSON these days, so you need to look...
1136
jyothsna1_n
Jul 31, 2008 3:38 pm
Hi, I am new user of JSON. Now I have a requirement to build a UI using a JSON output that I get by calling a webservice. What would be the free and best UI...
1135
Philip Tellis
philiptellis
Jul 30, 2008 9:38 pm
... As far as javascript is concerned, JSON is as good as a regular object, so your data would be something like this: var data = [ { "country": "USA",...
1134
Kris Zyp
kriszyp
Jul 30, 2008 7:47 pm
We recently introduced JSONQuery, which is intended to build on JSONPath to provide a more comprehensive set of data querying capabilities including sorting,...
1133
sprakash_it
Jul 30, 2008 1:41 pm
Requirement: Have a list of 500 country data COUNTRY COUNTRY CODE COUNTRY TAX CODE COUNTRY TAX YEAR The user selects a country from an online form, and the...
1132
Peter Michaux
petermichaux
Jul 29, 2008 12:37 am
On Tue, May 20, 2008 at 12:31 PM, Douglas Crockford ... There is another weakness in the API caused by the json2.js library's dependency on augmenting...
1131
Atif Aziz
azizatif
Jul 26, 2008 12:00 am
... An encoder can quite "dumbly" format an XML document into JsonML without explicitly dealing with namespaces (provided that the XML API provides access to...
1130
Tatu Saloranta
cowtowncoder
Jul 25, 2008 9:42 pm
... Me three. Most recent xml parsers have started dropping support for non-namespace documents, too, essentially considering XML Namespaces to be integral...
1129
Stephen M. McKamey
stephen.mckamey
Jul 25, 2008 5:20 pm
I definitely agree. XML w/o namespaces is virtually useless these days. There is nothing about the format of JsonML that inhibits namespaces. Implementations...
1128
Mark Joseph
markjoseph_sc
Jul 25, 2008 4:27 pm
So when I read the original email about JSONML it was so that any XML document could be encoded. And sorry without namespaces that is not going to work very...
1127
Ric Johnson
ricjohnsoniii
Jul 25, 2008 1:53 pm
Doug, This is a great vindication of your hard work! As a developer, I thank you for introducing JSON to us and driving though all the discovery. Ric...
1126
Douglas Crockford
douglascrock...
Jul 25, 2008 1:27 pm
... next year. ... The designations have not been finalized yet. It is likely to be in the next edition and all future editions....
1125
Kris Zyp
kriszyp
Jul 25, 2008 1:19 pm
... ES3.1 or ES4 (or both)? Kris [Non-text portions of this message have been removed]...
1124
Douglas Crockford
douglascrock...
Jul 25, 2008 12:59 pm
TC39, the ECMA technical committee responsible for maintenance of the ECMAScript Programming Language Standard has just completed its meeting in Oslo. It looks...
1123
Atif Aziz
azizatif
Jul 25, 2008 2:16 am
Like XML 1.0, JsonML does not need to care about namespaces. In XML 1.0, a colon (:) is a perfectly valid character in the element name. XML namespaces is...
1122
Stephen M. McKamey
stephen.mckamey
Jul 24, 2008 4:02 pm
The reasoning for the URI form is that the prefix form is only an alias for the URI form. The prefix alias can be made to be anything whereas the true...
1121
Douglas Crockford
douglascrock...
Jul 24, 2008 8:57 am
... If you need that transformation, you should do the replacement before calling JSONML. I don't understand why you would want to encode JSON names with the...
1120
Mark Joseph
markjoseph_sc
Jul 24, 2008 8:08 am
Sorry I am just not getting this. The prefix, in my example is "P6R", but the prefix needs to be replaced by its matching URI. So the "P6R:tagName" in an...
1119
Douglas Crockford
douglascrock...
Jul 24, 2008 5:35 am
... It transforms <P6R:tagName> into {"tagName":"P6R:tagName"} or ["P6R:tagName"] and back....
1118
Mark Joseph
markjoseph_sc
Jul 23, 2008 4:46 pm
Just so I understand your stuff resolves the XML namespace prefix (like "P6R:tagName") to the URI "http://www.p6r...:tagName", right? Because the URI is the...
1117
Douglas Crockford
douglascrock...
Jul 23, 2008 6:18 am
... The text in the tagNames and attribute names is quoted....