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

Add max, min, and sum functions #153

Open
YashTotale opened this issue Jan 17, 2021 · 1 comment
Open

Add max, min, and sum functions #153

YashTotale opened this issue Jan 17, 2021 · 1 comment

Comments

@YashTotale
Copy link

Adding support for .max(), .sum(), .min() would be a great help and improve the flexibility of this library.

Other JSON-path implementations such as the Java one have already added support for these methods.

Examples:$.numbers.sum(), $.numbers.min(), $.numbers.max(), $.sum($.numbers.max())

Thanks!

@PS1TD
Copy link

PS1TD commented Jan 26, 2024

Could use this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants