Group
Extension

Matches 1

Data-Transform-ExplicitMetadata ( B/BR/BRUMMETT/Data-Transform-ExplicitMetadata-0.09.tar.gz, BRUMMETT, 2019; MetaCPAN )
Data-Transform-ExplicitMetadata/lib/Data/Transform/ExplicitMetadata.pm ( view source; MetaCPAN )
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

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