jsonpath
jsonpath copied to clipboard
nesting of 101 is too deep
JSON default allows 100 level deep parsing. If you want to go beyond 100 level we need to parse max_nesting as false.

@bk-chovatiya https://github.com/joshbuddy/jsonpath/pull/160 Can u please validate this