-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Home
IMSOON 2849 edited this page Jan 13, 2023
·
2 revisions
곧2849 This wiki provides supplementary documentation about jq.
If you want to learn to use jq, please head to the [jq](http://stedolan.github.io/jq). There you will find an overview, a tutorial, and a [manual](https://stedolan.github.io/jq/manual/). Here you will find a different manual, the [jq](jq-Language-Description) that we hope to eventually replace the [original](https://stedolan.github.io/jq/manual/) with.
The supplementary documentation on this wiki is currently structured as the _Sidebar_ menu (shown at the bottom in small screens) presents. For newcomers the following pages are a good start point:
- [FAQ](./FAQ)
- [Install](./Installation)
- [jq](./jq-Language-Description)
- [jq](./Cookbook)
- [Advanced](./Advanced-Topics)
- [jq](./Internals:-introduction)
As a rule, the documentation here follows the convention that:
- official releases are referred to in the m.n format (e.g. 1.3, 1.4);
- a version number such as 1.4+ means a (sufficiently recent) version **after** 1.4.
- Home
- FAQ
- jq Language Description
- Cookbook
- Modules
- Parsing Expression Grammars
- Docs for Oniguruma Regular Expressions (RE.txt)
- Advanced Topics
- Guide for Contributors
- How To
- C API
- jq Internals
- Tips
- Development