joshbuddy / jsonpath

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

Fix issue #141: nesting of 101 too deep #160

Closed anupama-kumari closed 1 year ago

anupama-kumari commented 1 year ago

Fix for https://github.com/joshbuddy/jsonpath/issues/141 setting max_nesting to false when max_nesting is greater than 100

anupama-kumari commented 1 year ago

@joshbuddy Could you please review this PR.