https://github.com/dionys/data-compare-plugins-json
Data::Compare::Plugins::JSON — plugin for Data::Compare to handle JSON::PP and JSON::XS boolean constants
https://github.com/dionys/data-compare-plugins-json
comparison-tool json perl
Last synced: about 1 month ago
JSON representation
Data::Compare::Plugins::JSON — plugin for Data::Compare to handle JSON::PP and JSON::XS boolean constants
- Host: GitHub
- URL: https://github.com/dionys/data-compare-plugins-json
- Owner: dionys
- Created: 2013-01-23T06:36:07.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2017-05-18T20:06:35.000Z (about 9 years ago)
- Last Synced: 2025-09-04T15:10:50.608Z (10 months ago)
- Topics: comparison-tool, json, perl
- Language: Perl
- Homepage:
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: Changes
Awesome Lists containing this project
README
NAME
Data::Compare::Plugins::JSON - plugin for Data::Compare to handle JSON,
JSON::PP, and JSON::XS boolean constants.
DESCRIPTION
JSON::PP and JSON::XS provides instances of JSON::PP::Boolean,
JSON::backportPP::Boolean, and JSON::XS::Boolean classes. It's JSON::true,
JSON::false, JSON::PP::true, JSON::PP::false, JSON::XS::true, and
JSON::XS::false. This plugin enables Data::Compare to compare this values.
INSTALLATION
To install this module, run the following commands:
perl Makefile.PL
make
make test
make install
SUPPORT AND DOCUMENTATION
After installing, you can find documentation for this module with the perldoc
command.
perldoc Data::Compare::Plugins::JSON
You can also look for information at:
Repository
http://github.com/dionys/data-compare-plugins-json
Bug tracker
http://github.com/dionys/data-compare-plugins-json/issues
Annotated CPAN documentation
http://annocpan.org/dist/Data-Compare-Plugins-JSON
CPAN Ratings
http://cpanratings.perl.org/d/Data-Compare-Plugins-JSON
Search CPAN
http://search.cpan.org/dist/Data-Compare-Plugins-JSON/
AUTHOR
Denis Ibaev, dionys@cpan.org for Setup.ru.
COPYRIGHT AND LICENSE
Copyright (C) 2013-2014, Denis Ibaev.
This program is free software; you can redistribute it and/or modify it under
the same terms as Perl itself.
See http://dev.perl.org/licenses/ for more information.