Jq
jq
https://stedolan.github.io/jq/
lightweight and flexible command-line JSON processor
jq accepts a stream of JSON and then transforms it (selecting, iterating, reducing, etc) through one or more filters and then pretty-prints the results. jq is like sed for JSON data - you can use it to slice and filter and map and transform structured data with the same ease that sed, Gawk, grep and friends let you play with text.
Documentation
If you want to learn to use jq, read the documentation at stedolan.github.io/jq.You can also try it online at jqplay.org.
IRC general channel
- irc://irc.lc/freenode/#jq/
Download
https://github.com/stedolan/jq/releases/tag/jq-1.6
version 1.6
(stable)
released on 2 November 2018
User level
Intermediate
VCS Checkout
git clone https://github.com/stedolan/jq.git
Categories
Licensing
License
Verified by
Verified on
Notes
License
Verified by
Jgay
Verified on
12 March 2019
Leaders and contributors
Contact(s) | Role |
---|---|
Stephen Dolan | Author |
Nicolas Williams | Maintainer |
William Langford | Maintainer |
Resources and communication
Audience | Resource type | URI |
---|---|---|
VCS Repository Webview | https://github.com/stedolan/jq | |
Changelog | https://raw.githubusercontent.com/stedolan/jq/master/ChangeLog | |
Developer | http://stedolan.net/ | |
Bug Tracking | https://github.com/stedolan/jq/issues |
Software prerequisites
Kind | Description |
---|---|
Required to build | GNU M4 |
Source requirement | Yacc |
This entry (in part or in whole) was last reviewed on 12 March 2019.
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.
The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.