Closed bk-chovatiya closed 2 years ago
Hey @bk-chovatiya, thanks for the PR. I've run the tests, please note the test failures. Once this is worked out happy to merge and release it
@joshbuddy I have fixed the tests. Let me know if you need any help before you merge.
Hey @bk-chovatiya I've merged and released this. Thank you for the fix
JSON default allows 100 level deep parsing. If you want to go beyond 100 level we need to configure max_nesting.
Steps for Reproduce:
Try to Prase 101 level deep hash
JsonPath.new('$.a').on(101_level_deep_hash)
will get above error.