Maxime Labelle
Maxime Labelle
@glenveegee we at [JMESPath Community](https://jmespath.site/main) are currently working on improving the standard and extending the feature set from JMESPath. We have a [set of useful improvements](https://github.com/jmespath-community/jmespath.spec/discussions/97) as our next milestone...
In JMESPath expressions, you need to distinguish between `identifier` and `raw-string` literals: - An `identifier` is used to refer to the property of a JSON object. - A `raw-string` literal...
I have started [proposing PRs](https://github.com/jmespath/go-jmespath/pulls/springcomp) to bring go-jmespath up to the [latest improvements](https://github.com/jmespath-community/jmespath.spec/discussions/97) in [JMESPath Community](https://jmespath.site/main/). Unless accepted, those pull requests will be the basis for [a new fork in...
@suntong @cyriltovena this is discussed [here](https://github.com/jmespath-community/jmespath.spec/discussions/51#discussioncomment-2392014) as part of our ideas for the [future of JMESPath](https://github.com/jmespath-community/jmespath.spec/discussions/97).
@arl I’m [working](https://github.com/jmespath/go-jmespath/pulls/springcomp) on [expanding this implementation](https://github.com/jmespath-community/go-jmespath) to bring it up on par to the latest version of [JMESPath Community](https://jmespath.site/main), I would be interested in taking this PR. Is there...
@suntong this is discussed [here](https://github.com/jmespath-community/jmespath.spec/discussions/23) as part of ideas for the [future of JMESPath](https://github.com/jmespath-community/jmespath.spec/discussions/97). At the minimum, I think this feature needs a [proper thought out JEP](https://github.com/jmespath-community/jmespath.spec/discussions/16).
I this happens because the [entire type checking is bypassed](https://github.com/jmespath/go-jmespath/blob/master/functions.go#L329-L341) when the function has a variadic number of arguments 😯
> For others who may need this, here is my fork with the custom function support: https://github.com/kyverno/go-jmespath/. @JimBugwadia we at [JMESPath Community](https://jmespath.site/main) would like to do just that: create a...
> Hi @springcomp I discussed this with my colleagues @eddycharly @realshuting @chipzoller and we are open to becoming the official maintainers of the Go implementation. @eddycharly has already created a...
https://github.com/jmespath-community/jp/commit/675ba388fcb2244dbc7b502ae714d9123d3f72e5