mirror of
https://github.com/stedolan/jq.git
synced 2024-05-11 05:55:39 +00:00
73 lines
2.1 KiB
YAML
73 lines
2.1 KiB
YAML
headline: jq
|
|
|
|
blurb: |
|
|
|
|
jq is a lightweight and flexible command-line JSON processor.
|
|
|
|
body1: |
|
|
|
|
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.
|
|
|
|
body2: |
|
|
|
|
jq is written in portable C, and it has zero runtime
|
|
dependencies. You can download a single binary, `scp` it to a far away
|
|
machine of the same type, and expect it to work.
|
|
|
|
body3: |
|
|
|
|
jq can mangle the data format that you have into the one that you
|
|
want with very little effort, and the program to do so is often
|
|
shorter and simpler than you'd expect.
|
|
|
|
tail: |
|
|
|
|
Go read the [tutorial](/jq/tutorial/) for more, or the [manual](/jq/manual/)
|
|
for *way* more.
|
|
|
|
Ask questions on [stackoverflow](https://stackoverflow.com/) using the [jq
|
|
tag](https://stackoverflow.com/questions/tagged/jq), or on the
|
|
[#jq](https://web.libera.chat/#jq) channel on [Libera.Chat](https://libera.chat/).
|
|
|
|
news:
|
|
- date: 1 November 2018
|
|
body: |
|
|
jq 1.6 released. See installation options on the [download](/jq/download/)
|
|
page, and the [release notes](https://github.com/jqlang/jq/releases/tag/jq-1.6)
|
|
for details.
|
|
|
|
- date: 15 August 2015
|
|
body: |
|
|
|
|
jq 1.5 released, including new datetime, math, and regexp functions,
|
|
try/catch syntax, array and object destructuring, a streaming parser,
|
|
and a module system. See installation options on the
|
|
[download](/jq/download/) page, and the
|
|
[release notes](https://github.com/jqlang/jq/releases/tag/jq-1.5)
|
|
for details.
|
|
|
|
- date: 26 July 2015
|
|
body: |
|
|
|
|
jq 1.5rc2 is available. Get it on the
|
|
[releases](https://github.com/jqlang/jq/releases) page.
|
|
|
|
- date: 01 January 2015
|
|
body: |
|
|
|
|
jq 1.5rc1 is available. Get it on the
|
|
[releases](https://github.com/jqlang/jq/releases) page.
|
|
|
|
- date: 09 June 2014
|
|
body: |
|
|
|
|
jq 1.4 (finally) released! Get it on the [download](/jq/download/) page.
|
|
|
|
- date: 19 May 2013
|
|
body: |
|
|
|
|
jq 1.3 released.
|
|
|