Group
Extension

Matches 1

Data-Clean-JSON ( P/PE/PERLANCAR/Data-Clean-JSON-0.392.tar.gz, PERLANCAR, 2019; MetaCPAN )
Data-Clean-JSON/lib/Data/Clean/JSON.pm ( view source; MetaCPAN )
package Data::Clean::JSON;

our $DATE = '2019-09-11'; # DATE
our $VERSION = '0.392'; # VERSION

use 5.010001;
use strict;
use warnings;

use parent qw(Data::Clean);

use Exporter qw(import);
our @EXPO
                  clean_json_in_place
                       clone_and_clean_json
               );

sub new {
    my ($class, %opts) = @_;

    # from FromJSON
    $opts{"JSON::PP::Boolean"} //= ['on
e_or_zero'];
    $opts{"JSON::XS::Boolean"} //= ['one_or_zero']; # this doesn't exist though
    $opts{"Cpanel::JSON::XS::Boolean"} //= ['one_or_zero']; # this doesn't exist though

    $opts{DateTime

Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.