Group
Extension

Matches 1

Flux ( M/MM/MMCLERIC/Flux-1.03.tar.gz, MMCLERIC, 2013; MetaCPAN )
Flux/lib/Flux/Format.pm ( view source; MetaCPAN )
ead1 VERSION

version 1.03

=head1 SYNOPSIS

    $json_storage = $json_format->wrap($storage);
    $json_storage->write({ a => "b" });
    $in = $json_storage->in("client1");
    $data = $in->read(); 

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