Group
Extension

Matches 1

Forest ( S/ST/STEVAN/Forest-0.10.tar.gz, STEVAN, 2013; MetaCPAN )
Forest/lib/Forest/Tree/Roles/JSONable.pm ( view source; MetaCPAN )
e::Roles::JSONable;
use Moose::Role;

our $VERSION   = '0.10';
our $AUTHORITY = 'cpan:STEVAN';

requires 'as_json';

no Moose::Role; 1;

__END__

=pod

=head1 NAME

Forest::Tree::Roles::JSONable - An 
iding JSON serialization

=head1 DESCRIPTION

This is just an abstract role for trees capable of JSON serialization.

=head1 REQUIRED METHODS

=over 4

=item B<as_json (?%options)>

Return a JSON stri

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