json_parser {epivizrServer}R Documentation

JSON parser used by this package

Description

Currently this just renames fromJSON in the rjson package.

Usage

json_parser(
  json_str,
  file,
  method = "C",
  unexpected.escape = "error",
  simplify = TRUE
)

Arguments

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

Value

a JSON object

See Also

fromJSON


[Package epivizrServer version 1.20.0 Index]