json_fromb64: Convert a Base64 encoded string into an R object
Description
A simple wrapper around calls to openssl::base64_decode()
and
jsonlite::fromJSON()
.
Usage
json_fromb64(x, flatten = TRUE, ...)
Arguments
flatten
flatten JSON structures upon conversion?
...
passed on to jsonlite::fromJSON()