A fast command-line utility for dealing with JSON
json-quick
provides one fast, easy-to-use command for dealing with JSON
on the command line.
Requires:
cabal
>= 2.4 and supporting utilitiesgit
$ git clone https://github.com/thomasebsmith/json-quick.git
$ cd json-quick
$ cabal v2-test
$ cabal v2-run json-quick -- <options>
Current features include:
- Prettifying.
- JSON specification compliance.
- Fully-featured command-line interface.
- Detailed documentation.
- JSON parsing and property selection.
More detailed documentation is available on the project site.
Report issues here.