Group
Extension

Matches 3

FuseBead-From-PNG ( G/GA/GAUDEON/FuseBead-From-PNG-0.03.tar.gz, GAUDEON, 2017; MetaCPAN )
FuseBead-From-PNG/lib/FuseBead/From/PNG/View/JSON.pm ( view source; MetaCPAN )
ad::From::PNG::View::JSON;

use strict;
use warnings;

BEGIN {
    $FuseBead::From::PNG::VERSION = '0.02';
}

use parent qw(FuseBead::From::PNG::View);

use Data::Debug;

use JSON;

sub print {
    my
 = ref $_[0] eq 'HASH' ? %{$_[0]} : @_;

    return JSON->new->utf8->pretty->encode( \%args );
}

=pod

=head1 NAME

FuseBead::From::PNG::View::JSON - Format data returned from FuseBead::From::PNG

=h
me => 'my_png.png' });

  $object->process(view => 'JSON'); # Data is returned as JSON

=head1 DESCRIPTION

Class to returned processed data in JSON format

=head1 USAGE

=head2 new

 Usage     : ->ne
FuseBead-From-PNG ( G/GA/GAUDEON/FuseBead-From-PNG-0.03.tar.gz, GAUDEON, 2017; MetaCPAN )
FuseBead-From-PNG/lib/FuseBead/From/PNG/View.pm ( view source; MetaCPAN )
seBead::From::PNG->new({ filename => 'my_png.png' });

  $object->process(view => 'JSON'); # Data is returned as JSON

=head1 DESCRIPTION

Base class for formatting data returned from processing a PNG
FuseBead-From-PNG ( G/GA/GAUDEON/FuseBead-From-PNG-0.03.tar.gz, GAUDEON, 2017; MetaCPAN )
FuseBead-From-PNG/lib/FuseBead/From/PNG.pm ( view source; MetaCPAN )
 those beads.
 Argument  : view => 'a view' - optionally format the return data. options include: JSON and HTML
 Throws    :

 Comment   :
 See Also  :

=head2 mirror

 Usage     : ->mirror()
 Purpose

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