JSON

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

Much similar as 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
3.15.137.75