Skip to content

JSON Search Tool

Search within JSON data for matching values and keys. Add search: term on the first line.

Input

json
loading editor…

Add search: term on first line, then paste JSON...
or drop a file anywhere in this pane

Output

json

Search results will appear here...
press to search json

What Is JSON Search Tool?

This tool searches through JSON data and returns all matching keys and values. It supports case-insensitive partial matching across the entire JSON structure, including nested objects and arrays.

How to Use

  1. Start with search: your-term on the first line, then paste your JSON data below.
  2. Click "Search JSON" to find all matching values and key paths.
  3. Review the results showing matched paths and values.

Frequently Asked Questions

Is the search case-sensitive?

No, the search is case-insensitive by default and matches partial strings within both keys and values.

Can I search for numbers or booleans?

Yes, the search term is converted to a string and matched against all values including numbers and booleans.

Related Tools