A JSON Object is surrounded by curly braces and contains key-value pairs.
{ "key1": "value1", "key2": "value2", ... }
Keys must be valid strings, thus surrounded by double quotation marks. Values can be JSON objects, numbers, strings, arrays, or one of the...