from_json_str.RdConvert JSON in a character string to R
from_json_str(str, opts = list(), ...)a single character string
Named list of options for parsing. Usually created by from_opts()
Other named options can be used to override any options in opts.
The valid named options are identical to arguments to from_opts()
R object
Other JSON Parsers:
from_json_conn(),
from_json_file(),
from_json_raw(),
from_ndjson_file_as_df()
if (FALSE) {
from_json_str(str, opts = parse_opts(int64 = 'string'))
}