Configuring JSON Usage for Communications

Configuring JSON Usage for Communications

All JSON commands should follow the JSON specification for escaping, spacing, etc. All JSON commands are prefixed by
{}
.
Refer to http://www.json.org/ for full details on JSON formatting.
By enclosing a variable’s value in curly braces, it indicates that the value is an object. Inside the object, you can declare any number of properties using a
"name": "value"
pairing, separated by colons. Multiple pairings are separated by commas.
Use the SGD variable name in the JSON command structure. To configure JSON usage for communication, refer to the following examples.