jq
https://github.com/jqlang/jq
C
Command-line JSON processor
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
C not yet supported16 Subscribers
Add a CodeTriage badge to jq
Help out
- Issues
- def last:
- `input_filename` and `input_line_number` inappropriately use `jq_util_input_get_current_*()`
- increase depth limit
- `jq -cn '(.[3]|debug) as $a | $a = 5'` doesn't report an error, but `$a` is not a path expression
- Better checking for `$v` not being a path expression (Fix #2844)
- Add builtin function `compact`
- feature request: libjq documentation
- Make @sh work with objects; add @shassoc (fix #1947)
- 1.7rc1 make check shtest last JSON sequence test fails
- `jq -ncM '[1] | .[10:11] |= [2]'` does not pad with `null`s
- Docs
- C not yet supported