|
DataWindow
|
ImportRowFromJson,
ExportRowAsJson
|
1. Plain JSON: One-level structure
|
|
ImportJson, ImportJsonByKey
|
1. Plain JSON: Two-level structure
2.
DataWindow JSON
|
|
ExportJson
|
1. Plain JSON: Two-level structure
2.
DataWindow JSON
|
|
JSONPackage
|
LoadString, LoadFile
|
1. An object which contains a set of key/value
pairs where key is the name of a JSONObjectItem-type object
and the value for the key is a string, object, or array in the
following formats: plain JSON, or DataWindow
JSON.
|
|
GetValueToDataWindow
|
1. Plain JSON: Two-level structure
2.
DataWindow JSON
3. An object which contains a set
of key/value pairs where key is the name of a
JSONObjectItem-type object and the value for the key is a
string, object, or array in the following formats: plain JSON,
or DataWindow JSON.
|
|
SetValueByDataWindow
|
1. Plain JSON: Two-level structure
2.
DataWindow JSON
3. An object which contains a set
of key/value pairs where key is the name of a
JSONObjectItem-type object and the value for the key is a
string, object, or array in the following formats: plain JSON,
or DataWindow JSON.
|
|
RESTClient
|
Retrieve
|
1. Plain JSON: Two-level structure
|
| RetrieveOne |
1. Plain JSON: One-level structure & Two-level
structure |
|
Submit
|
1. Plain JSON: Two-level structure
2.
DataWindow JSON
3. An object which contains a set
of key/value pairs where key is the name of a
JSONObjectItem-type object and the value for the key is a
string, object, or array in the following formats: plain JSON,
or DataWindow JSON.
|