Table of Contents
readjson
Table of Contents
Prototype: readjson(filename, maxbytes)
Return type: data
Description: Parses JSON data from the first maxbytes bytes of
file filename and returns the result as a data variable.
Arguments:
Example:
vars:
"loadthis"
data => readjson("/tmp/data.json", 4000);
See also: readdata(), parsejson(), storejson(), parseyaml(), readyaml(), mergedata(), and data documentation.
