JSON min max field

Client

Spot 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

?
Paste JSON, then read transformed output below.

Nearby workflows on Toolcore

  • JSON sum fieldSum one numeric field across an array of objects—local quick aggregate. once JSON text parses on this page.
  • JSON average fieldCompute the average of one numeric field in a JSON array—client-side only. once JSON text parses on this page.
  • JSON sort by fieldSort an array of objects by one property—asc or desc, in your browser. once JSON text parses on this page.
  • JSON filter by fieldKeep 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.

Related utilities you can open in another tab—mostly client-side.