Language Reference Guide : System Classes : JsonHandler Class : ParseFile Method
 
Share this page          
ParseFile Method
Parses a file containing JSON and returns a JsonValue subclass object representing the JSON.
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.