Parse JSON into R objects (jsonlite's fromJSON, natively)
Source:R/json_native.R
bricklayer_json_from_json.RdParse JSON into R objects (jsonlite's fromJSON, natively)
Usage
bricklayer_json_from_json(
txt,
simplifyVector = TRUE,
simplifyDataFrame = simplifyVector,
simplifyMatrix = simplifyVector,
flatten = FALSE,
bigint_as_char = FALSE,
simplify = NULL,
...
)