Try OpenEdge Now
skip to main content
Working with JSON
Using JSON with OpenEdge : JSON basics : Simple values
 

Simple values

A simple value is a name/value pair. The name is always quoted and separated from the value by a colon, as shown:
"name" : value
The exception to this is the list of values in an array, as shown in the above table. In an array, you access a particular value by a numeric index, rather than by a name.