We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Sometimes would be useful to select the max(),min() or even produce a sum() over a returned array and potentially also capture it.
max(),min()
sum()
Implement the jsonpath functions min(), max() and potentially also the ones described in the rfc.
min()
max()
The jsonpath rfc lists the following functions:
The text was updated successfully, but these errors were encountered:
Thanks @lu-zero for your issue. We should indeed implement the full RFC.
Sorry, something went wrong.
No branches or pull requests
Problem to solve
Sometimes would be useful to select the
max(),min()
or even produce asum()
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
The text was updated successfully, but these errors were encountered: