These functions are similar to toJSON() and fromJSON() except they
explicitly distinguish between path and literal input, and do not simplify
by default.
Usage
read_json(path, simplifyVector = FALSE, ...)
parse_json(json, simplifyVector = FALSE, ...)
write_json(x, path, ...)
Arguments
path
file on disk
simplifyVector
simplifies nested lists into vectors and data frames. See fromJSON().