Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/daoswald/JSON-Tiny
Perl module for encoding and decoding JSON in a minimalistic way, based on Mojo::JSON, adapted to stand alone.
https://github.com/daoswald/JSON-Tiny
Last synced: 3 months ago
JSON representation
Perl module for encoding and decoding JSON in a minimalistic way, based on Mojo::JSON, adapted to stand alone.
- Host: GitHub
- URL: https://github.com/daoswald/JSON-Tiny
- Owner: daoswald
- License: artistic-2.0
- Created: 2012-09-27T08:54:59.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2017-11-12T16:01:09.000Z (almost 7 years ago)
- Last Synced: 2024-01-24T06:40:30.836Z (10 months ago)
- Language: Perl
- Size: 232 KB
- Stars: 11
- Watchers: 4
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: Changes
- License: LICENSE
Awesome Lists containing this project
- awesome-json - JSON::Tiny - Perl module for encoding and decoding JSON in a minimalistic way. (Libraries)
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 installDEPENDENCIES
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-TinySearch 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.