json_parser {epivizrChart}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")

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

Value

a JSON object

See Also

fromJSON

Examples

json_parser('{"a":true, "b":false, "c":null}')

[Package epivizrChart version 1.2.0 Index]