2019.1

Table Of Contents
JSON Name/Value List (Properties Only)
Describes a list of properties (each as a name/value pair).
Structure
The structure consists of an array of objects each with the following name/value pairs:
l name the name of the property (type of string)
l value the value of the property (type of string)
Example
The following is an example of this structure:
[
{
"name": "start",
"value": "2015-01-01 00:00:00T-0500"
},
{
"name": "end",
"value": "2015-12-31 23:59:59T-0500"
}
]
Page 32