JSON

JSON is similar to XML in some respects. It is intended to be both human and machine readable, and is written in plain text.

Very similar to a hashtable, JSON-formatted objects are made up of key and value pairs, for example:

{ 
    "key1":  "value1", 
    "key2": "value2" 
} 
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
18.119.139.50