Applicable methods
The following table summarizes the methods that support the
different JSON formats.
|
Objects |
Methods |
Supported JSON |
|---|---|---|
|
DataWindow |
ImportRowFromJSON, ExportRowAsJson |
1. Plain JSON: One-level structure |
|
ImportJson, ImportJsonByKey |
1. Plain JSON: Two-level structure 2. |
|
|
ExportJson |
1. Plain JSON: Two-level structure 2. |
|
|
JSONPackage |
LoadString, LoadFile |
1. An object which contains a set of key/value |
|
GetValueToDataWindow |
1. Plain JSON: Two-level structure 2. 3. An object which contains a set |
|
|
SetValueByDataWindow |
1. Plain JSON: Two-level structure 2. 3. An object which contains a set |
|
|
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. 3. An object which contains a set |
See also