convert_to_json.Rd
The main reason for including this wrapper method is to make roxygen aware of jsonlite dependency
convert_to_json(a_list, pretty = TRUE, auto_unbox = TRUE, ...)
An R object to convert to JSON
Add whitespace to JSON output? Default: TRUE [argument to jsonlite::toJSON
]
Automatically "unbox" vectors of length one? Default: TRUE [argument to jsonlite::toJSON
]
Additional arguments to jsonlite::toJSON
A character string formatted as JSON