Go to file
Mario Fetka 57ee517529 correct deeps 2018-03-27 21:31:31 +02:00
debian correct deeps 2018-03-27 21:31:31 +02:00
examples Imported Upstream version 0.58 2018-03-27 21:25:33 +02:00
lib/JSON Imported Upstream version 0.58 2018-03-27 21:25:33 +02:00
t Imported Upstream version 0.58 2018-03-27 21:25:33 +02:00
Changes Imported Upstream version 0.58 2018-03-27 21:25:33 +02:00
LICENSE Imported Upstream version 0.58 2018-03-27 21:25:33 +02:00
MANIFEST Imported Upstream version 0.58 2018-03-27 21:25:33 +02:00
MANIFEST.SKIP Imported Upstream version 0.58 2018-03-27 21:25:33 +02:00
META.json Imported Upstream version 0.58 2018-03-27 21:25:33 +02:00
META.yml Imported Upstream version 0.58 2018-03-27 21:25:33 +02:00
Makefile.PL Imported Upstream version 0.58 2018-03-27 21:25:33 +02:00
README Imported Upstream version 0.58 2018-03-27 21:25:33 +02:00

README

JSON::Tiny

Minimal JSON with no dependencies.

DESCRIPTION

Lightweight, fast, pure-Perl JSON in a stand-alone module with only core
dependencies.

INSTALLATION

To install this module, run the following commands:

    perl Makefile.PL
    make
    make test
    make install

DEPENDENCIES

Minimum recommended Perl version: 5.10.

SUPPORT AND DOCUMENTATION

Once installed, you may find documentation with the perldoc command.

    perldoc JSON::Tiny

You may also look for information at:

    RT, CPAN's request tracker (report bugs here)
        http://rt.cpan.org/NoAuth/Bugs.html?Dist=JSON-Tiny

    Search CPAN
        http://search.cpan.org/dist/JSON-Tiny/

    See the module's POD for additional info.

LICENSE AND COPYRIGHT

Copyright (C)2012-2014 David Oswald

This program is free software, you can redistribute it and/or modify it under
the terms of the Artistic License version 2.0.

See http://www.perlfoundation.org/artistic_license_2_0 for more information.