JSON documents grow. A config file, a log payload or an API response can run to thousands of lines, and the key or value you need — the one flag, the one field name, the one error string — is buried somewhere inside nested objects and arrays. Scrolling for it wastes time and misses occurrences; grep only works after you convert everything to text.
Find in JSON searches the parsed structure directly. Enter a term, pick keys, values or both, and every matching occurrence is listed with its full path, its key and its value. Case-insensitive contains or exact matching, results exportable to CSV, all in your browser.