Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix serialiser #107

Closed
kennedymwavu opened this issue Feb 24, 2025 · 0 comments · Fixed by #108
Closed

fix serialiser #107

kennedymwavu opened this issue Feb 24, 2025 · 0 comments · Fixed by #108
Assignees
Labels
bug Something isn't working

Comments

@kennedymwavu
Copy link
Contributor

following #100, i just noticed two issues with the new version of the serialiser:

  1. 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).
  2. we aren't passing the ... from res$json() to the serialiser. (bug)
@kennedymwavu kennedymwavu self-assigned this Feb 24, 2025
@kennedymwavu kennedymwavu added the bug Something isn't working label Feb 24, 2025
@kennedymwavu kennedymwavu linked a pull request Feb 24, 2025 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant