NAME App::SerializeUtils - Utilities for serialization tasks VERSION This document describes version 0.07 of App::SerializeUtils (from Perl distribution App-SerializeUtils), released on 2014-05-22. 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 dd2sereal dd2storable dd2yaml json2dd json2phpser json2sereal json2storable json2yaml phpser2dd phpser2json phpser2sereal phpser2storable phpser2yaml sereal2dd sereal2json sereal2phpser sereal2storable sereal2yaml storable2dd storable2json storable2phpser storable2sereal storable2yaml yaml2dd yaml2json yaml2phpser yaml2sereal yaml2storable 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 Sereal Storable 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 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) 2014 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.