Difference between revisions of "Jq"
(+screenshot;+license link;+dev. languages;+resources;-license text;+prerequisites;...) |
|||
Line 3: | Line 3: | ||
|Short description=lightweight and flexible command-line JSON processor | |Short description=lightweight and flexible command-line JSON processor | ||
|Full description=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. | |Full description=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. | ||
+ | |Screenshot 1=jq play.png | ||
|Homepage URL=https://stedolan.github.io/jq/ | |Homepage URL=https://stedolan.github.io/jq/ | ||
|Is High Priority Project=No | |Is High Priority Project=No | ||
|VCS checkout command=git clone https://github.com/stedolan/jq.git | |VCS checkout command=git clone https://github.com/stedolan/jq.git | ||
− | |Documentation note=If you want to learn to use jq, read the documentation at [https://stedolan.github.io/jq stedolan.github.io/jq]. | + | |Computer languages=C/C++, Bash, M4, Yacc |
+ | |Documentation note=If you want to learn to use jq, read the documentation at [https://stedolan.github.io/jq stedolan.github.io/jq]. | ||
+ | You can also try it online at [https://jqplay.org jqplay.org]. | ||
|Decommissioned or Obsolete=No | |Decommissioned or Obsolete=No | ||
|IRC general=irc://irc.lc/freenode/#jq/ | |IRC general=irc://irc.lc/freenode/#jq/ | ||
|Keywords=JSON | |Keywords=JSON | ||
|Version identifier=1.6 | |Version identifier=1.6 | ||
− | |Version date=2018/11/ | + | |Version date=2018/11/02 |
− | |Version download=https://github.com/stedolan/jq/releases/ | + | |Version status=stable |
− | |Last review by= | + | |Version download=https://github.com/stedolan/jq/releases/tag/jq-1.6 |
+ | |Last review by=LorenzoAncora | ||
|Last review date=2019/03/12 | |Last review date=2019/03/12 | ||
|Submitted by=Jgay | |Submitted by=Jgay | ||
|Submitted date=2019/03/12 | |Submitted date=2019/03/12 | ||
+ | |User level=intermediate | ||
|Accepts cryptocurrency donations=No | |Accepts cryptocurrency donations=No | ||
|Test entry=No | |Test entry=No | ||
Line 23: | Line 28: | ||
{{Project license | {{Project license | ||
|License=Expat | |License=Expat | ||
− | |License copyright= | + | |License copyright=Stephen Dolan (C) 2012 |
|License verified by=Jgay | |License verified by=Jgay | ||
|License verified date=2019/03/12 | |License verified date=2019/03/12 | ||
− | |License note= | + | |License note=https://raw.githubusercontent.com/stedolan/jq/master/COPYING |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
}} | }} | ||
{{Person | {{Person | ||
Line 110: | Line 47: | ||
|Role=Maintainer | |Role=Maintainer | ||
|Email=wlangfor@gmail.com | |Email=wlangfor@gmail.com | ||
+ | }} | ||
+ | {{Resource | ||
+ | |Resource kind=VCS Repository Webview | ||
+ | |Resource URL=https://github.com/stedolan/jq | ||
+ | }} | ||
+ | {{Resource | ||
+ | |Resource kind=Changelog | ||
+ | |Resource URL=https://raw.githubusercontent.com/stedolan/jq/master/ChangeLog | ||
+ | }} | ||
+ | {{Resource | ||
+ | |Resource kind=Developer | ||
+ | |Resource URL=http://stedolan.net/ | ||
+ | }} | ||
+ | {{Resource | ||
+ | |Resource kind=Bug Tracking | ||
+ | |Resource URL=https://github.com/stedolan/jq/issues | ||
}} | }} | ||
{{Software category | {{Software category | ||
Line 116: | Line 69: | ||
|Text-creation=word-processing | |Text-creation=word-processing | ||
|Use=editing | |Use=editing | ||
+ | }} | ||
+ | {{Software prerequisite | ||
+ | |Prerequisite kind=Required to build | ||
+ | |Prerequisite description=GNU M4 | ||
+ | }} | ||
+ | {{Software prerequisite | ||
+ | |Prerequisite kind=Source requirement | ||
+ | |Prerequisite description=Yacc | ||
}} | }} | ||
{{Featured}} | {{Featured}} |
Latest revision as of 13:06, 15 March 2019
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.