JSON min max field
ClientSpot outliers in a single column before filtering or charting.
Learn more: min and max
Returns min, max, and count of numeric values found for the chosen field.
Local processing
Parsing and output formatting run entirely in your browser—nothing is uploaded for this transform.
Input
?
Nearby workflows on Toolcore
- JSON sum field — Sum one numeric field across an array of objects—local quick aggregate. once JSON text parses on this page.
- JSON average field — Compute the average of one numeric field in a JSON array—client-side only. once JSON text parses on this page.
- JSON sort by field — Sort an array of objects by one property—asc or desc, in your browser. once JSON text parses on this page.
- JSON filter by field — Keep objects in a JSON array where one field equals a value—client-side row filter. once JSON text parses on this page.
Common use cases
- Spot outliers in a single column before filtering or charting.
Common mistakes to avoid
Invalid JSON
Fix parse errors before expecting output.
FAQ
Is data uploaded?
No—all parsing and transforms run locally.
How is this different from jq?
This page focuses on one deterministic task without a filter language.
More tools
Related utilities you can open in another tab—mostly client-side.
JSON sum field
ClientSum one numeric field across an array of objects—local quick aggregate.
JSON average field
ClientCompute the average of one numeric field in a JSON array—client-side only.
JSON sort by field
ClientSort an array of objects by one property—asc or desc, in your browser.
JSON filter by field
ClientKeep objects in a JSON array where one field equals a value—client-side row filter.