An Object data type is a method for encoding key-value pairs. A single field value may contain one or more sets of key-value pairs. |
An Object data type is identified as a set of nested objects in the following format:
{"key":"value"} {"New York":"NY"} {"California":"CA"} |
Notes:
NOTE: The |
NOTE: The |