json_parser {epivizrServer} | R Documentation |
Currently this just renames fromJSON
in the rjson
package.
json_parser(json_str, file, method = "C", unexpected.escape = "error", simplify = TRUE)
json_str |
json string to parse |
file |
file to read json_Str from |
method |
method used to parse json |
unexpected.escape |
handling escape characters, one of error, skip, keep |
simplify |
if TRUE, convert json-encoded lists to vectors |
a JSON object