JSON_FIND_PATH
Find JSON item by path
Synopsis:CALL JSON_FIND_PATH handle, path$ TO status, rhandle
'json_find_path( handle, path$, status, rhandle )
Argument | Enumeration | Purpose |
handle | | JSON handle to search |
path$ | | Path |
status | | Return status |
rhandle | | Returned JSON handle |
History
Introduced in KCML 6.20See Also:
JSON_CLOSE,
JSON_COUNT_CHILDREN,
JSON_PARSE_BUFFER,
JSON_PARSE_FILE
KCML database status codes