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.
shell
cpan install JSON::JQ
# or
cpanm JSON::JQ
Custom
Down and unpack the module package and perform custom install.
shell
perl Build.PL
./Build
./Build test
./Build install
Enjoy.