go-jmespath
go-jmespath copied to clipboard
Add user-defined function support without any changes to pre-existing code
Add user-defined function support through the addition of a Register() method and a NewExpressionEvaluator() function that do not require exposing any unexported types or changing any of the pre-existing code.
This is included in JmesPath Community.