-
Notifications
You must be signed in to change notification settings - Fork 42
Open
Description
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
Labels
No labels