Group
Extension

Matches 1

Apache2-WebApp-Plugin-JSON ( M/MB/MBROOKS/Apache2-WebApp-Plugin-JSON-0.10.tar.gz, MBROOKS, 2011; MetaCPAN )
Apache2-WebApp-Plugin-JSON/lib/Apache2/WebApp/Plugin/JSON.pm ( view source; MetaCPAN )
----------------------------------+
#
#  Apache2::WebApp::Plugin::JSON - JSON module wrapper
#
#  DESCRIPTION
#  Interface to the JSON (JavaScript Object Notation) encoder/decoder.  
#
#  AUTHOR
#  Ma
--------------------------+

package Apache2::WebApp::Plugin::JSON;

use strict;
use warnings;
use base 'Apache2::WebApp::Plugin';
use JSON;

our $VERSION = 0.10;

#~~~~~~~~~~~~~~~~~~~~~~~~~~[  OBJECT
 Return to the caller a new JSON object.

sub _init {
    my ( $self, $params ) = @_;
    return new JSON;
}

1;

__END__

=head1 NAME

Apache2::WebApp::Plugin::JSON - JSON module wrapper

=head1 SYNO

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