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