NAME App::SerializeUtils - Utilities for serialization tasks 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 dd2phpser dd2yaml json2dd json2phpser json2yaml phpser2dd phpser2json phpser2yaml yaml2dd yaml2json yaml2phpser Also included is this utility to pretty-print JSON: pp-json And utilities for checking: check-json check-phpser check-yaml SEE ALSO Data::Dump JSON PHP::Serialization YAML HOMEPAGE Please visit the project's homepage at . SOURCE Source repository is at . BUGS Please report any bugs or feature requests on the bugtracker website http://rt.cpan.org/Public/Dist/Display.html?Name=App-SerializeUtils When submitting a bug or request, please include a test-file or a patch to an existing test-file that illustrates the bug or desired feature. AUTHOR Steven Haryanto 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.