joshbuddy / jsonpath

Ruby implementation of http://goessner.net/articles/JsonPath/
MIT License
447 stars 72 forks source link

nesting of 101 is too deep #141

Open bk-chovatiya opened 2 years ago

bk-chovatiya commented 2 years ago

JSON default allows 100 level deep parsing. If you want to go beyond 100 level we need to parse max_nesting as false.

Screen Shot 2022-03-08 at 1 10 19 PM
anupama-kumari commented 1 year ago

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