A simple value is a name/value pair. The name is always quoted and separated from the value by a colon, as shown:
"name" : value
The exception to this is the list of values in an array, as shown in the above table. In an array, you access a particular value by a numeric index, rather than by a name.