NAME
App::jsonvalidate - App harness for the jsonvalidate CLI
SYNOPSIS
Run jsonvalidate -h or perldoc jsonvalidate for more options.
VERSION
v0.2.0
DESCRIPTION
Tiny distribution wrapper so the jsonvalidate CLI can be installed via CPAN. All functionality is in the jsonvalidate script.
INSTALLATION
Installing using cpanm
cpanm App::jsonvalidate
If you do not have cpanm, check App::cpanminus
This will install jsonvalidate to your bin directory like /usr/local/bin
Manual installation
Download from https://metacpan.org/pod/App::jsonvalidate
Extract the data from the archive
tar zxvf App::jsonvalidate-v0.1.0.tar.gz
Then, go into the newly created directory, build, and install
cd ./App::jsonvalidate && perl Makefile.PL && make && make test && sudo make install
DEPENDENCIES
v5.16.0Getopt::ClassJSONJSON::Schema::ValidateModule::GenericPod::Usage
AUTHOR
Jacques Deguest <jack@deguest.jp>
SEE ALSO
COPYRIGHT & LICENSE
Copyright(c) 2025 DEGUEST Pte. Ltd.
All rights reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.