A faster, simpler JQ clone focused on correctness and speed
JQ clone focussed on correctness, speed, and simplicity
jaq
$ jaq '.' input.json
$ echo '{"name": "John", "age": 30}' | jaq '.name'
$ jaq '.[] | select(.age > 25)' users.json