tbl_json
objectReads JSON from an input uri (file, url, ...) and returns a
tbl_json
object
read_json(path, format = c("json", "jsonl", "infer"))
a tbl_json
object
to some json data
If "json"
, process the data like one large JSON record.
If "jsonl"
, process the data one JSON record per line (json lines
format).
If "infer"
, the format is the suffix of the given filepath.