What JSON Search does
Search keys, values, or JSON Pointer paths with text or regular expressions entirely on device.
Also searched as search, find, grep, lookup, locate, filter, match, contains.
01
Traverse the retained structure
02
Match by semantic target
03
Return paths with typed values
Structural search
A key search does not confuse property names with coincidental text inside values. Path and value modes are independently selectable.
JSON Search FAQ
Does jsontools.me upload my JSON?
No. The document is parsed and processed by json-buf inside a dedicated WebAssembly worker on your device.
Does it work offline?
Yes. After the application shell and engine have loaded once, the installable PWA keeps the tools available without a network connection.