5.18.3 READ
The READ command is used to read and parse the JSON data.
When the READ command is executed, the file content is read as UTF-8 data and parsed.
Syntax:
Command |
Keyword |
Value |
Developer notes |
READ |
FILE |
value |
Required. File path. |
ARCHIVE |
value |
Optional. File path. |
Example
READ FILE(/folder/file.json) ARCHIVE(/folder/file.json)