Import JSON

Node Icon

Import a JSON file as a Struct.

A JSON file can start with a list instead of a named object. In this case, Hero will process it and provide the contents of this list in a structure named Root.

The node requires that the file consists of either an object (enclosed in curly braces { }) or an array (enclosed in square brackets [ ]), even though the JSON standard permits other formats.

Outputs

Output

Output Struct

Type: NodeIOStruct

Settings

Path Filepath

Path to the JSON file.

See also

Keywords: