Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support jsonpath functions #3935

Open
3 tasks
lu-zero opened this issue Mar 31, 2025 · 1 comment
Open
3 tasks

Support jsonpath functions #3935

lu-zero opened this issue Mar 31, 2025 · 1 comment
Labels
enhancement New feature or request topic: jsonpath

Comments

@lu-zero
Copy link

lu-zero commented Mar 31, 2025

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
@lu-zero lu-zero added the enhancement New feature or request label Mar 31, 2025
@fabricereix
Copy link
Collaborator

Thanks @lu-zero for your issue.
We should indeed implement the full RFC.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request topic: jsonpath
Projects
None yet
Development

No branches or pull requests

3 participants