JSON is limited to a few primitive types that serve quite well when it's enough to communicate all type information via documentation. For example, a date is...
... JSON-RPC defines a pattern called class hinting, see section 3 of http://json-rpc.org/specs.xhtml. It's close... sort of. ... michal migurski- contact info...
I guess I should have mentioned that I was aware of class hinting from JSON-RPC. Although fine in principle, I find the method slightly intrusive, verbose and...
Hello group, greetings from Dortmund, Germany. I am using JSON for a while now, mainly for sending data from my web server to the client. I like it a lot more...
Thank you everyone on your comments on the Internet Draft. I am preparing a revision. I have encorporated most of your suggestions. The current state can be...
... "\/" is a valid escape sequence. However, it is not required that / be escaped. You may escape it if you need to. The reason JSON explicitly allows...
All, If you're using JSON along with Cocoa on Mac OS X, I created two categories on NSDictionary that may be useful: +[NSDictionary dictionaryWithJSONString:]...
The Internet Draft http://www.ietf.org/internet-drafts/draft-crockford-jsonorg-json-03.txt is currently being reviewed. Based on the comments so far, I think ...
I have recently added Common Lisp to the list of languages with JSON parsers and generators. http://common-lisp.net/project/cl-json/ Thanks, Henrik Hjelte...
... This is one possible way: { "CrossPromotion": { "ItemID": 4504618045, "PrimaryScheme": "StoreToStoreCat", "PromotionMethod": "UpSell", "SellerID":...
Hi, ok i understand thet output, but how can i make this? JSON have a function, which receive one XMLReader object and result is an JSON object? ... This is...
Jesse James Garrett gave an old idea, dynamic update as an alternative to page replacement in web applications, a new name: Ajax (Asynchronous JavaScript +...
... Except that now you have to explain that it's AJAX (an acronym) versus Aja (not an acronym). And if it was AJA, it would be "Asynchronous JavaScript And",...
hi all, ... how about DHTTP as analogon to DHTML - "Dynamic HTTP" since we do script the clients http(request)-interface. if the interchange-format will be...
... Douglas, My thought is to rename AJAX to JSON. The thinking went as follows(not an inverted pyramid, but I *will* get to the name issue): Goal: personal...
I agree with Rich. The question XML relates to Ajax as JSON relates to ??? doesn't help much. More and more people gradually realize, that JSON is much more...
... Unfortunately, you're wrong. ;-( A lot of people - even some JavaScript developers - still think the two are very similar. (Why else would people create...
... You might end up explaining who Steely Dan is as well.... :) I was trying to think of an acronym based on the (even more obscure) jazz standard tune by...
Ah, I can give my 1 cent here...JADU means magic in Urdu and in Hindi. Really. :) Many people may not be know about Urdu (principally spoken in Pakistan), but...
... Depending on how you pronounce it, it could be a broom (jhadu in hindi) or slang for a fat person (jadu in marathi) -- Solutions are obvious if one only...
Hi All, I am new to JSON & i need your help. My Use case is that i have service oriented architecture & sometimes i have to send a object back from my service...