JSON_PARSE_FILE
Parse a file containing JSON
Synopsis:
CALL JSON_PARSE_FILE file$ TO status, handle
'json_parse_file( file$, status, handle )
Argument
Enumeration
Purpose
file$
Name of JSON file to open
status
Return status
handle
Returned 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