summaryrefslogtreecommitdiffstats
path: root/README.md
blob: 8f7b240d22c11d56557156867658918ed74397ad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
jq
==

jq is a command-line JSON processor.

If you want to learn to use jq, read the documentation at
[https://stedolan.github.com/jq](https://stedolan.github.com/jq). This
documentation is generated from the docs/ folder of this repository.

If you want to hack on jq, feel free, but be warned that its internals
are not well-documented at the moment. Bring a hard hat and a shovel.

You can find some basic build instructions at
[https://stedolan.github.com/jq/download](https://stedolan.github.com/jq/download)