1
0
mirror of https://github.com/stedolan/jq.git synced 2024-05-11 05:55:39 +00:00
Philipp Hagemeister 3b384740b9 Ignore the config/test-driver file
This file is automatically generated and does not need to be committed.
2013-12-20 11:36:52 +01:00
2013-12-20 11:36:52 +01:00
2013-12-06 11:58:55 -06:00
2013-09-14 19:30:39 +01:00
2013-12-04 18:21:42 -06:00
2013-12-04 18:21:42 -06:00
2013-12-04 18:21:41 -06:00
2013-09-14 19:30:39 +01:00
2013-06-18 00:06:00 +01:00
2013-12-04 18:21:41 -06:00
2013-02-04 07:01:18 -06:00
2013-06-15 17:37:15 -05:00
2013-06-21 11:57:12 -05:00
2013-06-22 13:34:24 +01:00
2013-12-17 08:40:03 -06:00
2013-09-14 19:30:39 +01:00
2013-12-04 18:21:41 -06:00
2013-12-08 23:52:07 +00:00
2013-09-14 19:30:39 +01:00
2013-05-16 15:02:18 +01:00

jq

jq is a command-line JSON processor.

If you want to learn to use jq, read the documentation at http://stedolan.github.io/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. Also, read the wiki: http://github.com/stedolan/jq/wiki

If you're building directly from the latest git, you'll need flex and bison installed. To build, run:

autoreconf -i
./configure
make

After make finishes, you'll be able to use ./jq. You can also install it using:

sudo make install

If you're not using the latest git version but instead building a released tarball (available on the website), then you won't need to run autoreconf (and shouldn't), and you won't need flex or bison.

Description
No description provided
Readme 47 MiB
Languages
C 78.5%
M4 6.8%
Shell 4.6%
Yacc 3.6%
jq 2.5%
Other 4%