Open
Description
The
toJSON
andfromJSON
functions are drop-in replacements for the identically named functions
in packagesrjson and
RJSONIO`.
Recently did a deprecation of rjson
to jsonlite
and this is not true... at a minimum, to replace rjson::toJSON
, we need to set digits=15L
and auto_unbox=TRUE
. fromJSON
does seem to work as a drop-in replacement (at least nothing broke from ~50 packages replacing rjson::fromJSON
directly with jsonlite::fromJSON
)
Metadata
Metadata
Assignees
Labels
No labels