NAME
Data::Clean::ForJSON::Pregen - Clean data so it is safe to output to JSON
VERSION
This document describes version 0.001 of Data::Clean::ForJSON::Pregen (from Perl distribution Data-Clean-ForJSON-Pregen), released on 2019-09-08.
SYNOPSIS
use Data::Clean::ForJSON::Pregen qw(clean_for_json_in_place clone_and_clean_for_json);
clean_for_json_in_place($data);
$cleaned = clone_and_clean_for_json($data);
DESCRIPTION
This has the same functionality as Data::Clean::ForJSON except that the code to perform the cleaning is pre-generated, so we no longer need Data::Clean or Data::Clean::ForJSON during runtime.
FUNCTIONS
None of the functions are exported by default.
clean_for_json_in_place($data)
clone_and_clean_for_json($data) => $cleaned
HOMEPAGE
Please visit the project's homepage at https://metacpan.org/release/Data-Clean-ForJSON-Pregen.
SOURCE
Source repository is at https://github.com/perlancar/perl-Data-Clean-ForJSON-Pregen.
BUGS
Please report any bugs or feature requests on the bugtracker website https://rt.cpan.org/Public/Dist/Display.html?Name=Data-Clean-ForJSON-Pregen
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
AUTHOR
perlancar <perlancar@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2019 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.