The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

App::PAIA::JSON - Utility functions to encode/decode JSON

VERSION

version 0.25

DESCRIPTION

This module wraps and exports method encode_json and decode_json from JSON::PP. On encoding JSON is pretty-printed. Decoding is relaxed and it dies with better error message on failure.

AUTHOR

Jakob Voß

COPYRIGHT AND LICENSE

This software is copyright (c) 2013 by Jakob Voß.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.