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

Increase maximum parse depth for larger JSON objects #20

Merged
merged 1 commit into from
May 7, 2021

Conversation

adierkens
Copy link
Contributor

What Changed

The 10 maximum depth was being hit on larger JSON payloads. Since the introduction of the lazy expansion of children, I'm not entirely sure if we still need this limit (or potentially another way to spot circular references), but this increases it to a larger 100 max-depth

@adierkens adierkens added the patch Patch version change label May 7, 2021
@adierkens adierkens merged commit 4417428 into intuit:master May 7, 2021
@adierkens adierkens deleted the large-json branch May 7, 2021 18:51
@tylerkrupicka
Copy link
Contributor

🚀 PR was released in v1.1.1 🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
patch Patch version change released
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants