NAME
App::SerializeConvert - Convert between serialization formats
VERSION
version 0.01
SYNOPSIS
$ script-that-produces-json | json2yaml
DESCRIPTION
This distributions provides the following command-line utilities to convert between serializable formats. They 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
AUTHOR
Steven Haryanto <stevenharyanto@gmail.com>
COPYRIGHT AND LICENSE
This software is copyright (c) 2011 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.