Skip to content

Latest commit

 

History

History
33 lines (27 loc) · 882 Bytes

README.md

File metadata and controls

33 lines (27 loc) · 882 Bytes

json-quick

A fast command-line utility for dealing with JSON build

json-quick provides one fast, easy-to-use command for dealing with JSON on the command line.

Quick Start

Requires:

  • cabal >= 2.4 and supporting utilities
  • git
$ git clone https://github.com/thomasebsmith/json-quick.git
$ cd json-quick
$ cabal v2-test
$ cabal v2-run json-quick -- <options>

Features

Current features include:

  • Prettifying.
  • JSON specification compliance.
  • Fully-featured command-line interface.
  • Detailed documentation.
  • JSON parsing and property selection.

Documentation

More detailed documentation is available on the project site.

Reporting Issues

Report issues here.