App::yajg - yet another json grep
=================================

Description
-----------

Simple grep and pretty output for json in each files or standard input.

Requirements
------------

perl v5.14 or higher

JSON::XS <https://metacpan.org/pod/JSON::XS>

For the pretty output type 'ddp' you need to install the Data::Printer
<https://metacpan.org/pod/Data::Printer>

For colored 'json' and 'perl' output types you need to install the highlight
<http://www.andre-simon.de/>

Installation
------------

via cpan-minus:

  cpanm https://bitbucket.org/gragory/app-yajg/get/master.tar.gz

or

  curl -L https://cpanmin.us | perl - https://bitbucket.org/gragory/app-yajg/get/master.tar.gz

Manual:

  perl Makefile.PL # PREFIX=/prefix/to/install/
  make
  make install

LICENSE AND COPYRIGHT
---------------------
Copyright 2017 Grigoriy Koudrenko "<gragory.mail@gmail.com>".

This module is free software; you can redistribute it and/or modify it under
the same terms as Perl itself. See perlartistic.

The full text of the license can be found in the LICENSE file included with
this program.