JSON search
Search JSON keys and values.
About JSON search
Locate a key or a value inside a structured JSON document without manually expanding every branch. Matching paths help show the context of each result.
Steps, and limitations
How to use it
- Enter the JSON document.
- Choose the search options and enter the text to find.
- Run the search and review the matching values and paths.
Things to know
- Search results are matches within the supplied document, not a query against a remote database.
- Use JSONPath when you need repeatable path-based selection rather than a text search.