ParseFile Method
Parses a file containing JSON and returns a JsonValue subclass object representing the JSON. The file must be UTF-8 encoded.
This method has the following syntax:
JsonValue = JsonHandler.ParseFile(filename = varchar(256))
This method has the following parameter:
filename
Specifies the name of the file to be parsed.
If the method fails, it returns NULL.
Last modified date: 12/20/2023