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 development version of Shiny has switched from RJSONIO to jsonlite, but there are some remaining differences in behavior that should be addressed before a release.
Uh oh!
There was an error while loading. Please reload this page.
The development version of Shiny has switched from RJSONIO to jsonlite, but there are some remaining differences in behavior that should be addressed before a release.
toJSON(auto_unbox=TRUE)
can generate invalid JSON: toJSON(auto_unbox=TRUE) can generate invalid JSON jeroen/jsonlite#71. (Workaround already in Shiny)toJSON
drops names of named vectors: toJSON drops names of named vectors jeroen/jsonlite#76toJSON
for objects wrapped withI()
differs from RJSONIO's behavior: inShiny
JS
getting passed as a string timelyportfolio/parcoords#6 (comment). For this one it's not clear to me that we should try to mimic RJSONIO's behavior.The text was updated successfully, but these errors were encountered: