Difference between revisions of "Jq"

From Free Software Directory
Jump to: navigation, search
(Initial entry)
 
Line 2: Line 2:
 
|Name=jq
 
|Name=jq
 
|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, [[awk]], [[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.
 
|Homepage URL=https://stedolan.github.io/jq/
 
|Homepage URL=https://stedolan.github.io/jq/
 
|Is High Priority Project=No
 
|Is High Priority Project=No

Revision as of 13:46, 12 March 2019


[edit]

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

Expat

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

AudienceResource typeURI
Bug Trackinghttps://github.com/stedolan/jq/issues
Developerhttp://stedolan.net/
Changeloghttps://raw.githubusercontent.com/stedolan/jq/master/ChangeLog
VCS Repository Webviewhttps://github.com/stedolan/jq


Software prerequisites

KindDescription
Source requirementYacc
Required to buildGNU M4




Entry








"Author" is not in the list (Maintainer, Contributor, Developer, Sponsor, Unknown) of allowed values for the "Role" property.














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.