We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
What version of Zserio and what language are you using? Zserio: 2.13.0 Language: Python, Java, C++
Describe the bug If JSON file contains empty bytes field, e.g.
"myBytes": { "buffer": [ ] }
the JSON reader in Python throws exception:
zserio.exception.PythonRuntimeException: JsonReader: Unexpected end in bytes!
To Reproduce Just create schema with empty bytes field, write it to JSON and read it again.
Expected behavior No exception.
Additional context: The same problem is for C++ and Java.
The text was updated successfully, but these errors were encountered:
See related #581.
Sorry, something went wrong.
[#582] Fix JSON reader in case of empty bytes field
a7bc13d
cf8c7b8
mikir
No branches or pull requests
What version of Zserio and what language are you using?
Zserio: 2.13.0
Language: Python, Java, C++
Describe the bug
If JSON file contains empty bytes field, e.g.
the JSON reader in Python throws exception:
zserio.exception.PythonRuntimeException: JsonReader: Unexpected end in bytes!
To Reproduce
Just create schema with empty bytes field, write it to JSON and read it again.
Expected behavior
No exception.
Additional context:
The same problem is for C++ and Java.
The text was updated successfully, but these errors were encountered: