Filter JSON Array

Keep array items whose selected JSON Pointer value equals a supplied JSON value.

Convert in your browser · No sign-up

Comparison is structural and type-sensitive; object key order does not matter. Items with missing paths are omitted.

Up to 100,000 UTF-16 units per input and 1,000,000 per result. See the supported formats and examples below.

How to use

  1. Keep array items whose selected JSON Pointer value equals a supplied JSON value.
  2. Choose the mode or options, then run the tool.
  3. Review the result, then copy or download the TXT file.

Example

[{"n":1},{"n":2}] /n = 2 → [{"n":2}]

Details and limitations

Comparison is structural and type-sensitive; object key order does not matter. Items with missing paths are omitted.

Text stays in your browser; it is not sent to a conversion server.

FAQ

Filter JSON Array — What are the supported inputs and limits?

Comparison is structural and type-sensitive; object key order does not matter. Items with missing paths are omitted.

Format references

Tool page updated: