NAME App::SerializeUtils - Utilities for serialization tasks VERSION This document describes version 0.164 of App::SerializeUtils (from Perl distribution App-SerializeUtils), released on 2021-04-22. SYNOPSIS $ script-that-produces-json | json2yaml DESCRIPTION This distributions provides the following command-line utilities related to serialization: * check-json * check-phpser * check-yaml * dd2dd * dd2ddc * dd2json * dd2phpser * dd2sereal * dd2sexp * dd2storable * dd2yaml * json2dd * json2ddc * json2json * json2phpser * json2sereal * json2sexp * json2storable * json2yaml * phpser2dd * phpser2ddc * phpser2json * phpser2sereal * phpser2sexp * phpser2storable * phpser2yaml * pp-dd * pp-json * pp-yaml * sereal2dd * sereal2ddc * sereal2json * sereal2phpser * sereal2sexp * sereal2storable * sereal2yaml * serializeutils-convert * sexp2dd * sexp2ddc * sexp2json * sexp2phpser * sexp2sereal * sexp2storable * sexp2yaml * storable2dd * storable2ddc * storable2json * storable2phpser * storable2sereal * storable2sexp * storable2yaml * yaml2dd * yaml2ddc * yaml2json * yaml2phpser * yaml2sereal * yaml2sexp * yaml2storabls * yaml2yaml 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. SEE ALSO Data::Dump JSON PHP::Serialization Sereal Storable YAML AUTHOR perlancar COPYRIGHT AND LICENSE This software is copyright (c) 2021, 2020, 2018, 2017, 2015, 2014, 2013, 2011 by perlancar@cpan.org. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.