lues in a json-friendly way
=head1 SYNOPSIS
use Data::Transform::ExplicitMetadata qw(encode decode);
use JSON;
my $val = encode($some_data_structure);
$io->print( JSON::encode_json( $val ))
alogous data
structure composed of only simple scalars, arrayrefs and hashrefs that may
be safely JSON-encoded, while retaining all the Perl-specific metadata
about typeglobs, blessed and tied referen
tem encode
Accepts a single value and returns a value that may be safely passed to
JSON::encode_json(). encode_json() cannot handle Perl-specific data like
blessed references or typeglobs. Non-refe