summaryrefslogtreecommitdiffstats
path: root/docs/content/index.yml
blob: f7bbbc3be714505dab662fd9646f0f96f324aa33 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
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](./tutorial/) for more, or the [manual](./manual/)
  for *way* more.

  Have a question related to jq? You can seek answers on [Stack Overflow](https://stackoverflow.com/)
  by using the [jq tag](https://stackoverflow.com/questions/tagged/jq), or in the [#jq channel](https://web.libera.chat/#jq)
  on [Libera.Chat](https://libera.chat/). For more interactive discussions, feel free to join our [Discord server](https://discord.gg/yg6yjNmgAC).

news:
  - date: 13 December 2023
    body: |
      jq 1.7.1 released. Security (CVE-2023-50246, CVE-2023-50268) and bug fixes.
      See [release notes](https://github.com/jqlang/jq/releases/tag/jq-1.7.1) for details.

  - date: 7 September 2023
    body: |
      After a five-year hiatus, we've returned with a revitalized [GitHub organization](https://github.com/jqlang)
      and a much-anticipated 1.7 release, thanks to our new admins and maintainers.
      Check out the [download](./download/) page for installation options and see the
      [release notes](https://github.com/jqlang/jq/releases/tag/jq-1.7) for details.

  - date: 1 November 2018
    body: |
      jq 1.6 released. See installation options on the [download](./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](./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](./download/) page.

  - date: 19 May 2013
    body: |

      jq 1.3 released.