Skip to content

thomasebsmith/json-quick

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.