JSON Viewer Back to viewer

Filter and search JSON online

Guide · Online JSON Viewer
Last updated: 6 September 2026

When a payload is nested or repetitive, scrolling the tree is slow. Online JSON Viewer includes a search bar on the tree pane so you can find keys and values by substring, jump between hits, and optionally hide branches that are not part of a match path.

Both / Key / Value modes

Type a query in the search field, then pick a mode:

Matching is a case-insensitive substring check. It is not JSONPath, not a full-text index over pretty-printed source, and not regex.

Prev / Next

When there is at least one match, the match count appears next to the controls. Use Prev and Next (or Shift+Enter / Enter in the search box) to move the active highlight through the hit list. Navigation focuses the matching row in the tree; it does not change the editor text.

Matches only keeps paths

The Matches checkbox filters the tree view: only rows that are matches, or ancestors of matches (including the root), stay visible. Sibling branches that never lead to a hit are hidden. Turn Matches off to see the full tree again. The underlying JSON in the editor is unchanged either way.

Search does not rewrite the document

Search is a view/navigation feature. Clearing the query, changing mode, or toggling Matches never reformats or mutates your JSON. If you need to reshape arrays or objects, use Transform instead.

When to use Transform instead

Related guides

Open JSON Viewer

Privacy Policy