Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down