Skip to content

Legacy wrapper with rjson/RJSONIO behaviour #73

@jeroen

Description

@jeroen

Many people that come from rjson or RJSONIO have complained about the different defaults. Maybe we should add a legacy wrapper to jsonlite that uses similar defaults as RJSONIO (but without the bugs).

  • auto_unbox = true
  • dataframe = "column"
  • na = "null"
  • null = "null"
  • use_signif = true

That might make it easier for people to migrate. I think shiny does something similar internally. Perhaps this could also address #71 and r-lib/httr#187.

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