jsongrep is faster than {jq, jmespath, jsonpath-rust, jql}
This article introduces jsongrep, a fast JSON query tool inspired by ripgrep. It explores its efficient DFA-based search engine, benchmarks its performance against similar tools, and discusses the underlying concepts and capabilities of the query language. Ideal for those who work with JSON data.