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
Commit 619fb6c adds a limit of 300 to the depth of nested objects to the parser.
Would it be possible to make that limit configurable? I need to parse a JSON object that has more (around 2000). Making MaxDepth a var would suffice.
MaxDepth
var
The text was updated successfully, but these errors were encountered:
JsonReader
No branches or pull requests
Commit 619fb6c adds a limit of 300 to the depth of nested objects to the parser.
Would it be possible to make that limit configurable? I need to parse a JSON object that has more (around 2000).
Making
MaxDepth
avar
would suffice.The text was updated successfully, but these errors were encountered: