dxma / perl5-json-jq

JSON::JQ - jq (https://stedolan.github.io/jq/) library binding
MIT License
5 stars 4 forks source link

JSON::JQ - jq (https://stedolan.github.io/jq/) library binding

Check module's own pod documentation on how to use it.

Installation

Standard

Install the module like usual.

     cpan install JSON::JQ
     # or
     cpanm JSON::JQ

Custom

Down and unpack the module package and perform custom install.

     perl Build.PL
     ./Build
     ./Build test
     ./Build install

Enjoy.