1
0
mirror of https://github.com/stedolan/jq.git synced 2024-05-11 05:55:39 +00:00
Stephen Dolan e13f24ab45 Better error handling for INSERT opcode
jq 'null | {(.a): 1}' no longer crashes.
2013-05-13 15:42:57 +01:00
2013-05-11 15:21:23 +01:00
2013-02-03 00:35:56 -06:00
2013-05-13 15:00:05 +01:00
2013-05-13 15:00:05 +01:00
2013-02-04 07:01:18 -06:00
2013-05-06 13:46:54 +01:00
2013-05-06 13:46:54 +01:00
2013-05-13 15:00:05 +01:00
2013-05-13 14:10:39 +01:00
2013-02-02 20:39:23 -06:00
2013-05-13 15:00:05 +01: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.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. Also, read the wiki: http://github.com/stedolan/jq/wiki

To build jq, run

./configure
make
sudo make install (optionally)

If you've just checked out the latest version from git (rather than using a released source tarball) then you'll need to run this first:

autoreconf
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%