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
JsonObjectStream currently sets rootnode to JsonObject within the constructor. So it cannot be used if an JsonArray is required as root node.
A possible solution would be either a second constructor or a new class, e. g. JsonArrayStream.
The text was updated successfully, but these errors were encountered:
Probably the best solution is to add a second constructor. Can you create a PR for that ?
Sorry, something went wrong.
No branches or pull requests
JsonObjectStream currently sets rootnode to JsonObject within the constructor. So it cannot be used if an JsonArray is required as root node.
A possible solution would be either a second constructor or a new class, e. g. JsonArrayStream.
The text was updated successfully, but these errors were encountered: