Group
Extension

Matches 1

Data-Abridge ( D/DA/DAOTOAD/Data-Abridge-0.03.01.tar.gz, DAOTOAD, 2012; MetaCPAN )
Data-Abridge/lib/Data/Abridge.pm ( view source; MetaCPAN )
    use JSON;

    my $foo = bless { handle => \*STDIN }, 'SomeObj';

    print encode_json abridge_recursive( $foo );

    local $DATA::Abridge::HONOR_STRINGIFY = undef;

    print encode_json abridg
he bridegroom

This module exists to simplify the process of serializing data to formats, such as
JSON, which do not support the full richness of perl datatypes.

An abridged data structure will featu

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