-
Notifications
You must be signed in to change notification settings - Fork 28
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
Ability to change size limit (default <1mb) #11
Comments
I worked on a warning for JSON files over 3MB in PR #19 since that was the default shown in the source. I agree that an option to change the size limit would be helpful so I could also work on that customization. |
Is the ability to customize the size limit still being worked on? Would it be possible to consider removing the limitation as well? |
Yup! I agree that the limit should be removed as well. I believe the intent of adding a limit in the original repo had to do with Chrome's caching. It'd be more practical to have no limits for developers to analyze JSON of any size. |
If you also want to submit a PR without the limitation that'd work too 👍 |
I often view larger json files and the collapsing of fields is very useful.
The text was updated successfully, but these errors were encountered: