diff --git a/README.md b/README.md index e304c09..ed7fafe 100644 --- a/README.md +++ b/README.md @@ -79,6 +79,7 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list. * [jaq](https://github.com/01mf02/jaq) - A jq clone focussed on correctness, speed, and simplicity. Written in Rust. * [gojq](https://github.com/itchyny/gojq) - Pure Go implementation of jq. A bit faster and more portable. * [livejq](https://github.com/kunalsin9h/livejq) - An alternative `jq` implementation in rust for continuous parsing without crashing on invalid JSON +- [simdjson](https://github.com/simdjson/simdjson) - Parsing gigabytes of JSON per second. * [json](http://trentm.com/json/) - A "json" command for massaging JSON on your Unix command line. * [json-search](https://github.com/cosmo-ray/json-search) - A small tool to search for objects/values in json files. * [jshon](https://web.archive.org/web/20240206155217/http://kmkeen.com/jshon/) - A parser designed for maximum convenience within the shell.