"Fossies" - the Fresh Open Source Software Archive 
Member "jq-1.6/docs/content/index/index.yml" (2 Nov 2018, 2121 Bytes) of package /linux/misc/jq-1.6.tar.gz:
As a special service "Fossies" has tried to format the requested source page into HTML format using (guessed) Ansible YAML source code syntax highlighting (style:
standard) with prefixed line numbers.
Alternatively you can here
view or
download the uninterpreted source code file.
See also the latest
Fossies "Diffs" side-by-side code changes report for "index.yml":
1.5_vs_1.6.
1 headline: jq
2
3 blurb: |
4
5 jq is a lightweight and flexible command-line JSON processor.
6
7 body1: |
8
9 jq is like `sed` for JSON data - you can use it to slice and filter
10 and map and transform structured data with the same ease that `sed`,
11 `awk`, `grep` and friends let you play with text.
12
13 body2: |
14
15 jq is written in portable C, and it has zero runtime
16 dependencies. You can download a single binary, `scp` it to a far away
17 machine of the same type, and expect it to work.
18
19 body3: |
20
21 jq can mangle the data format that you have into the one that you
22 want with very little effort, and the program to do so is often
23 shorter and simpler than you'd expect.
24
25 tail: |
26
27 Go read the [tutorial](/jq/tutorial/) for more, or the [manual](/jq/manual/)
28 for *way* more.
29
30 Ask questions on [stackoverflow](https://stackoverflow.com/) using the [jq
31 tag](https://stackoverflow.com/questions/tagged/jq), or on the
32 [#jq](http://irc.lc/freenode/%23jq/) channel on
33 [Freenode](https://webchat.freenode.net/).
34
35 news:
36 - date: 1 November 2018
37 body: |
38 jq 1.6 released. See installation options on the [download](/jq/download/)
39 page, and the [release notes](https://github.com/stedolan/jq/releases/tag/jq-1.6)
40 for details.
41
42 - date: 15 August 2015
43 body: |
44
45 jq 1.5 released, including new datetime, math, and regexp functions,
46 try/catch syntax, array and object destructuring, a streaming parser,
47 and a module system. See installation options on the
48 [download](/jq/download/) page, and the
49 [release notes](https://github.com/stedolan/jq/releases/tag/jq-1.5)
50 for details.
51
52 - date: 26 July 2015
53 body: |
54
55 jq 1.5rc2 is available. Get it on the
56 [releases](https://github.com/stedolan/jq/releases) page.
57
58 - date: 01 January 2015
59 body: |
60
61 jq 1.5rc1 is available. Get it on the
62 [releases](https://github.com/stedolan/jq/releases) page.
63
64 - date: 09 June 2014
65 body: |
66
67 jq 1.4 (finally) released! Get it on the [download](/jq/download/) page.
68
69 - date: 19 May 2013
70 body: |
71
72 jq 1.3 released.
73