JSON_PARSE_FILE

Parse a file containing JSON

Synopsis:
CALL JSON_PARSE_FILE file$ TO status, handle
'json_parse_file( file$, status, handle )
ArgumentEnumerationPurpose
file$Name of JSON file to open
statusReturn status
handleReturned JSON handle
History
Introduced in KCML 6.20
See Also:
JSON_CLOSE, JSON_COUNT_CHILDREN, JSON_FIND_PATH, JSON_PARSE_BUFFER
KCML database status codes