March 2018
Intermediate to advanced
816 pages
19h 35m
English
A JSON object is a collection of zero or more key-value pairs called object members. The collection is wrapped in a pair of curly brackets. The key and value are separated by a single colon, while object members are separated with a comma character. The key is a string. The value can be any primitive or complex JSON data type. The structure of a JSON object is shown in the following figure:

The member name within a JSON object does not need to be unique. The following strings show a JSON text representing an object:
{ "Name":"Mila Radivojevic", "Age":12, "Instrument": "Flute" } {} { "Song":"Echoes", "Group":"Pink ...Read now
Unlock full access