jq
jq copied to clipboard
Increase MAX_PARSING_DEPTH to 512
To, I hit error parse error: Exceeds depth limit for parsing on reasonable JSON files in production.
This PR fixes this limitation.
Hello, there is https://github.com/jqlang/jq/pull/3063 that hopefully can get merged at some point
ack, thanks.