Skip to content

daoswald/JSON-Tiny

Folders and files

NameName
Last commit message
Last commit date

Latest commit

e29492c · Nov 12, 2017
Aug 11, 2014
Nov 12, 2017
May 18, 2016
Feb 20, 2014
Nov 12, 2017
Sep 27, 2012
Mar 7, 2014
Aug 5, 2014
Nov 12, 2017
Nov 12, 2017
Nov 12, 2017
Aug 11, 2014

Repository files navigation

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.

About

Perl module for encoding and decoding JSON in a minimalistic way, based on Mojo::JSON, adapted to stand alone.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages