The article introduces jsongrep, a new tool for searching JSON documents, which is claimed to be faster than existing tools like jq, jmespath, and jsonpath-rust. jsongrep uses a deterministic finite automaton (DFA) to compile queries into a search engine, allowing for efficient searching of JSON documents. The article explains the technical details of jsongrep's query engine and provides benchmarks to demonstrate its performance. jsongrep is designed as a search tool, not a transformation tool, and its query language is deliberately less expressive than jq's.