When trying to minify a deeply nested JSON file (~10k deep) using jq
I got a parse error:
$ jq -c . <input.json >minified.jsonparse error: Exceeds depth limit for parsing at line 227263, column 355
How can I increase the depth limit? Is there a command line option? I couldn't find anything about this in the man page.