Peter Jozsa
Peter Jozsa
I discovered that my previous OpenSSL fix (#98) caused issues for users who are still on version 2. This PR aims to enhance the script to support both version 2...
This PR fixes an issue(#20) when root object is an array and filtering via child map field values is applied and nothing is returned. Tests are also included.
With this PR the jsonpath parser can aggregate structs just like maps. `json` tag of struct fields are also respected.
This PR fixes problem when root is referenced($) in a filter expression and the evaluated value was the current object(@) instead of the root. After this fix the example referenced...