read_json_zip() will read all JSON files from a zipped folder into a list of tibbles.

read_json_zip(path, .warn_utf8_bom = TRUE)

Arguments

path

Path to the .zip file.

.warn_utf8_bom

Logical whether to report UTF8 byte-order-mark errors.

See also

Other JSON list functions: write_json_zip()