1
0
mirror of https://github.com/stedolan/jq.git synced 2024-05-11 05:55:39 +00:00
Michael Daines 82d8253c19 Add sqrt operator
2013-09-11 20:24:41 -04:00
2013-09-11 20:24:41 -04:00
2013-09-11 20:24:41 -04:00
2013-02-03 00:35:56 -06:00
2013-09-11 20:24:41 -04:00
2013-05-29 15:05:40 +10:00
2013-06-15 17:37:15 -05:00
2013-06-15 17:37:15 -05:00
2013-06-18 00:06:00 +01:00
2013-06-18 00:17:20 +01:00
2013-06-15 17:37:15 -05:00
2013-02-04 07:01:18 -06:00
2013-06-15 17:37:15 -05:00
2013-06-15 17:37:15 -05:00
2013-05-06 13:46:54 +01:00
2013-06-18 19:05:52 -05:00
2013-06-22 13:34:24 +01:00
2013-06-22 13:34:24 +01:00
2013-06-21 15:27:34 -05:00
2013-05-29 15:17:01 +10:00
2013-06-21 15:27:34 -05:00
2013-05-16 15:02:18 +01:00
2013-06-21 15:27:34 -05:00
2013-05-08 02:42:23 +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
./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%