Group
Extension

Matches 2

Data-Pipeline ( J/JS/JSMITH/Data-Pipeline-0.02.tar.gz, JSMITH, 2013; MetaCPAN )
Data-Pipeline/lib/Data/Pipeline/Adapter/JSON.pm ( view source; MetaCPAN )
package Data::Pipeline::Adapter::JSON;

use Moose;
extends 'Data::Pipeline::Adapter';

use JSON;
use Data::Pipeline::Adapter::Array;

our $j = JSON -> new -> pretty -> utf8(1);

has '+preamble' => (
 
;

#
# TODO: make $data->{items} parameterized so we can use something other
#       than Exhibit JSON files as input
#
                my $source = Data::Pipeline::Adapter::Array -> new(
            
Data-Pipeline ( J/JS/JSMITH/Data-Pipeline-0.02.tar.gz, JSMITH, 2013; MetaCPAN )
Data-Pipeline/lib/Data/Pipeline.pm ( view source; MetaCPAN )
ge namespace.

For example, Pipeline refers to Data::Pipeline::Pipeline while
JSON refers to Data::Pipeline::Adapter::JSON.

=head2 Aggregators

Aggregators allow multiple actions to be strung togethe

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