I found it useful to play with converters from XML to JSON, to understand the semantics of JSON. One thing I learned is that this is not valid JSON:
{ name: "John" }
Apparently not all valid Javascript is valid JSON, you need to add the quotes:
{ "name": "John" }
If you need XML you can use scripts or something like http://json-convert.com
This is a good example tutorial to start with. But needs more to go deep. If you could provide more example with how to interact with AJAX and transfer data with other servers would have been great.
ConvertersPere September 18, 2011 at 9:44 PM
I found it useful to play with converters from XML to JSON, to understand the semantics of JSON. One thing I learned is that this is not valid JSON: { name: "John" } Apparently not all valid Javascript is valid JSON, you need to add the quotes: { "name": "John" } If you need XML you can use scripts or something like http://json-convert.com
JASON BKIRA October 4, 2011 at 1:48 AM
This is a good example tutorial to start with. But needs more to go deep. If you could provide more example with how to interact with AJAX and transfer data with other servers would have been great.
jsp jsonarron December 22, 2011 at 2:14 PM
thanks a lot!!!
Information Techravi January 24, 2012 at 12:56 PM
thanks for keeping this so simple and clear, awesome tutorial for students! For more info and demo just visit www hdwallpaper4u com
Post your Comment