package MLDBM::Serializer::JSON;
use warnings;
use strict;
use vars qw($VERSION @ISA);
use JSON::Any;
=head1 NAME
MLDBM::Serializer::JSON - DBM serializer uses JSON for language interoperability
w(MLDBM::Serializer);
=head1 SYNOPSIS
# using MLDBM hash interface
use MLDBM qw(DB_File JSON); # use Storable for serializing
my %db;
my $dbm = tie %db, 'MLDBM' [ ... other MLDBM
= "JSON",
});
...
=head1 DESCRIPTION
MLDBM::Serializer::JSON provides an extension to MLDBM to enable storing the
additional columns as JSON instead of Data::Dumper or FreezeThaw.
JSON is