| Apache2-WebApp-Plugin-JSON documentation | view source | Contained in the Apache2-WebApp-Plugin-JSON distribution. |
Apache2::WebApp::Plugin::JSON - JSON module wrapper
my $obj = $c->plugin('JSON')->method( ... ); # Apache2::WebApp::Plugin::JSON->method()
or
$c->plugin('JSON')->method( ... );
Interface to the JSON (JavaScript Object Notation) encoder/decoder.
This package is part of a larger distribution and was NOT intended to be used directly. In order for this plugin to work properly, the following packages must be installed:
Apache2::WebApp JSON
From source:
$ tar xfz Apache2-WebApp-Plugin-JSON-0.X.X.tar.gz $ perl MakeFile.PL PREFIX=~/path/to/custom/dir LIB=~/path/to/custom/lib $ make $ make test $ make install
Perl one liner using CPAN.pm:
$ perl -MCPAN -e 'install Apache2::WebApp::Plugin::JSON'
Use of CPAN.pm in interactive mode:
$ perl -MCPAN -e shell cpan> install Apache2::WebApp::Plugin::JSON cpan> quit
Just like the manual installation of Perl modules, the user may need root access during this process to insure write permission is allowed within the installation directory.
Marc S. Brooks, <mbrooks@cpan.org> - http://mbrooks.info
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
| Apache2-WebApp-Plugin-JSON documentation | view source | Contained in the Apache2-WebApp-Plugin-JSON distribution. |