Skip to content

Inaccuracy in ?fromJSON #348

Open
@MichaelChirico

Description

@MichaelChirico

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions