You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

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)

  • No labels