Instance info
elucidation
Valid JSON Object JSON objects are surrounded by curly braces {}.written in key/value pairs.Keys must be strings, and values must be a valid data type Keys and values are separated by a colon. Each key/value pair is separated by a comma. { "name":"John", "age":30, "car":null }
Instance relations
Types