The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

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

SYNOPSIS

  use FuseBead::From::PNG;

  my $object = FuseBead::From::PNG->new({ filename => 'my_png.png' });

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

DESCRIPTION

Class to returned processed data in JSON format

USAGE

new

 Usage     : ->new()
 Purpose   : Returns FuseBead::From::PNG::View::JSON object

 Returns   : FuseBead::From::PNG::View::JSON object
 Argument  :
 Throws    :

 Comment   :
 See Also  :

print

 Usage     : ->print({}) or ->print(key1 => val1, key2 => val2)
 Purpose   : Returns JSON formated data (in utf8 and pretty format)

 Returns   : Returns JSON formated data (in utf8 and pretty format)
 Argument  :
 Throws    :

 Comment   :
 See Also  :

BUGS

SUPPORT

AUTHOR

    Travis Chase
    CPAN ID: GAUDEON
    gaudeon@cpan.org
    https://github.com/gaudeon/FuseBead-From-Png

COPYRIGHT

This program is free software licensed under the...

    The MIT License

The full text of the license can be found in the LICENSE file included with this module.

SEE ALSO

perl(1).