... I guess this is our point of departure. You view dynamic data as a 10% rare case that falls outside what you are interested in, one which you hope others...
... For converting ASP objects into JSON, I've had to write my own code to walk dictionaries, arrays, etc. I can't really share that. For converting JSON into...
Hi, I went to the root of the conversation since I couldn't find a good spot elsewhere for this thought: I think JSON is fine as-is. If you want something...
Out of band data for creating types in other languages which don't cleanly/easily support raw javascript types should be done as optional data, which can still...
Hi, I am stuck on a sample json call. I see that the group is addressing bigger topics other than "im stuck and need help" stuff. With your permission I will...
i know u can read json data with the dynamic script tag.But can i post json crossDomain without xmlhttpObject? Evvvery link i go,they either talk about only...
The only sense in which JSON "avoids" Ajax, is that it's not XML ("Ajaj"?). JSON is just a format for your data, you still need to move it around using the...
Not entirely true. You can use JSON and dynamically created script tags to get around cross site scripting limitations. I think the question here was can you...
Check out http://json.us. It's an unannounced open JSON encoding proxy intended for use with dynamically created script tags. There is a drop-in replacement...
Douglas, I am using JSON to show dynamic multimaps. I want to know about it in more details. Is it possible that you send me any presentations you maintain for...
Where do you live? Maybe we can have a conference/seminar here in Europe/Germany? Regards, Michael ... -- Best regards | Schöne Grüße Michael Microsoft MVP...
Hi, I want to understand a word "lightweight" in JSON description - in context of data interchange. Give me example of "huge-weight" - or so... What does this...
1. A CSV is useful for defining relational data ... but doesn't fit as a object language because it doesn't support the conceps of objects as such. But yeah,...
... yes, but csv doesn't easily allow for complex data types and compressed binary is just hard to parse. when dealing with browsers and web servers, gzip...
I will be giving a presentation titled "Efficient development Using PHP, JSON and AJAX" at the Zend/PHP Conference in San Jose, CA. ... From: Douglas Crockford...
I'm from Caracas venezuela, so I'm fried Btw i think it would be nice to introduce JSON as a talk in other cons like Railsconf and PHP cons... ... -- "Did you...
I'm experimenting with using parseJSON() rather than a simple 'eval'. It seems to work except for dates. Given the following code, obj3 returns false, but...
... Your test3 string does not conform to the rules for a JSON text. You can find the rules at http:/www.JSON.org/ The regular expressions in parseJSON look...