JSON::Tiny

Minimal JSON with no dependencies.

DESCRIPTION

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

INSTALLATION

To install this module, run the following commands:

    perl Makefile.PL
    make
    make test
    make install

DEPENDENCIES

This module requires a minimum Perl version of 5.10.0.

SUPPORT AND DOCUMENTATION

After installing, you can find documentation for this module with the
perldoc command.

    perldoc JSON::Tiny

You can also look for information at:

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

    AnnoCPAN, Annotated CPAN documentation
        http://annocpan.org/dist/JSON-Tiny

    CPAN Ratings
        http://cpanratings.perl.org/d/JSON-Tiny

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


LICENSE AND COPYRIGHT

Copyright (C) 2012 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.

