phihag / jq

Command-line JSON processor

Home Page:http://stedolan.github.io/jq/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Command-line JSON processor

http://stedolan.github.io/jq/

License:Other


Languages

Language:C 55.8%Language:CSS 30.5%Language:JavaScript 11.6%Language:Ruby 0.8%Language:Objective-C 0.5%Language:Shell 0.4%Language:Python 0.2%Language:C++ 0.2%