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.
Licensing
License
Verified by
Verified on
Notes
License
Verified by
Jgay
Verified on
12 March 2019
Leaders and contributors
Contact(s) | Role |
---|---|
William Langford | Maintainer |
Stephen Dolan | Author |
Nicolas Williams | Maintainer |
Resources and communication
Audience | Resource type | URI |
---|---|---|
Bug Tracking | https://github.com/stedolan/jq/issues | |
Developer | http://stedolan.net/ | |
Changelog | https://raw.githubusercontent.com/stedolan/jq/master/ChangeLog | |
VCS Repository Webview | https://github.com/stedolan/jq |
Software prerequisites
Kind | Description |
---|---|
Source requirement | Yacc |
Required to build | GNU M4 |
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.