from_json_file.RdConvert JSON to R
from_json_file(filename, opts = list(), ...)full path to text file containing JSON.
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_raw(),
from_json_str(),
from_ndjson_file_as_df()
if (FALSE) {
from_json_file("myfile.json")
}