You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The toJSON and fromJSON functions are drop-in replacements for the identically named functions
in packages rjson 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)
The text was updated successfully, but these errors were encountered:
Recently did a deprecation of
rjson
tojsonlite
and this is not true... at a minimum, to replacerjson::toJSON
, we need to setdigits=15L
andauto_unbox=TRUE
.fromJSON
does seem to work as a drop-in replacement (at least nothing broke from ~50 packages replacingrjson::fromJSON
directly withjsonlite::fromJSON
)The text was updated successfully, but these errors were encountered: