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
- builtin.jq: Add `assert/2`
- Raw string forms of various sorts?
- We need a policy for how to deal with requests for extended JSON features
- Contrary to the manual, `.a.b.c` is not quite the same thing as `.a | .b | .c`
- 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`
- Docs
- C not yet supported