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

parsed-smile-seq actually parses JSON #175

Open
nilern opened this issue Mar 18, 2021 · 0 comments · May be fixed by #176
Open

parsed-smile-seq actually parses JSON #175

nilern opened this issue Mar 18, 2021 · 0 comments · May be fixed by #176

Comments

@nilern
Copy link
Contributor

nilern commented Mar 18, 2021

Note on using non-byte-based sources/targets (char based, like Reader and Writer): these can not be used for Smile-format documents, and thus will either downgrade to textual JSON (when parsing), or throw exception (when trying to create generator).

Looks like parsed-smile-seq should take an InputStream instead. That would fix the bug but is a breaking change.

nilern added a commit to nilern/cheshire that referenced this issue Mar 19, 2021
@nilern nilern linked a pull request Mar 19, 2021 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant