Support jsonpath functions
Problem to solve
Sometimes would be useful to select the max(),min() or even produce a sum() over a returned array and potentially also capture it.
Proposal
Implement the jsonpath functions min(), max() and potentially also the ones described in the rfc.
Additional context and resources
The jsonpath rfc lists the following functions:
Tasks to complete
- [ ] Add the machinery to support functions
- [ ] Implement a fixed set of functions
- [ ] Allow defining additional functions in Options
Thanks @lu-zero for your issue. We should indeed implement the full RFC.
Ran into this requirement today, would be great to see these implemented, ty!
Is this a feature that we could discuss further to get it into open-to-contribution?
Hi @tjbrockmeyer for first time contributors, we prefer that they pick one of open to contribution if possible!
Issues that are not marked as "open to contributions" are generally identified by us more "complex" or needs some refactoring/ decisions. Sometimes we also have not decided yet f we're going to implement them. Issues "open to contribution" are, generally, simpler and we're sure to want it.