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
following #100, i just noticed two issues with the new version of the serialiser:
since initially when using jsonlite::toJSON() we we're auto-unboxing atomic vectors of length 1, i suppose we should do the same for yyjsonr::write_json_str() (unless the user specifies otherwise).
we aren't passing the ... from res$json() to the serialiser. (bug)
The text was updated successfully, but these errors were encountered:
following #100, i just noticed two issues with the new version of the serialiser:
jsonlite::toJSON()
we we're auto-unboxing atomic vectors of length 1, i suppose we should do the same foryyjsonr::write_json_str()
(unless the user specifies otherwise)....
fromres$json()
to the serialiser. (bug)The text was updated successfully, but these errors were encountered: