R/read_json_zip.R
read_json_zip.Rd
read_json_zip() will read all JSON files from a zipped folder into a list of tibbles.
read_json_zip()
read_json_zip(path, .warn_utf8_bom = TRUE)
Path to the .zip file.
Logical whether to report UTF8 byte-order-mark errors.
Other JSON list functions: write_json_zip()
write_json_zip()