as_json {lambdr} | R Documentation |
This function effectively wraps toJSON
with two
hardcoded arguments:
as_json(x, ...)
x |
R object to be converted to JSON. |
... |
additional arguments (except |
auto_unbox
is set to TRUE
, such that singleton values are not
represented as lists.
NULL
values are represented as JSON null
s.
character of class "json"