NAME
    App::SerializeUtils - Utilities for serialization tasks

VERSION
    version 0.04

SYNOPSIS
     $ script-that-produces-json | json2yaml

DESCRIPTION
    This distributions provides the following command-line utilities:

    For converting between serializable formats (each of these take input
    from stdin and output to stdout):

     dd2json
     dd2php
     dd2yaml

     json2dd
     json2php
     json2yaml

     php2dd
     php2json
     php2yaml

     yaml2dd
     yaml2json
     yaml2php

    Also included is this utility to pretty-print JSON:

     pp-json

SEE ALSO
    Data::Dump

    JSON

    PHP::Serialization

    YAML

AUTHOR
    Steven Haryanto <stevenharyanto@gmail.com>

COPYRIGHT AND LICENSE
    This software is copyright (c) 2013 by Steven Haryanto.

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

