Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Inaccuracy in ?fromJSON #348

Open
MichaelChirico opened this issue Feb 26, 2021 · 0 comments · May be fixed by #349
Open

Inaccuracy in ?fromJSON #348

MichaelChirico opened this issue Feb 26, 2021 · 0 comments · May be fixed by #349

Comments

@MichaelChirico
Copy link
Contributor

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)

@MichaelChirico MichaelChirico linked a pull request Feb 26, 2021 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant