Sledge::Plugin::JSON - JSON plugin for Sledge


Sledge-Plugin-JSON documentation  | view source Contained in the Sledge-Plugin-JSON distribution.

Index


NAME

Top

Sledge::Plugin::JSON - JSON plugin for Sledge

SYNOPSIS

Top

    package Your::Pages;
    use Sledge::Plugin::JSON;

    $self->output_json(
        {
            data     => \@data,
            encoding => 'euc-jp',
        }
    );

DESCRIPTION

Top

Sledge::Plugin::JSON is easy to implement JSON plugin for Sledge.

BUGS

Top

Please report any bugs or feature requests to bug-sledge-plugin-json at rt.cpan.org, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Sledge-Plugin-JSON. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

AUTHORS

Top

Atsushi Kobayashi <atsushi __at__ mobilefactory.jp> hi-rocks

THANKS TO

Top

tokurirom Kensuke Kaneko

SUPPORT

Top

You can find documentation for this module with the perldoc command.

    perldoc Sledge::Plugin::JSON

You can also look for information at:

* AnnoCPAN: Annotated CPAN documentation

http://annocpan.org/dist/Sledge-Plugin-JSON

* CPAN Ratings

http://cpanratings.perl.org/d/Sledge-Plugin-JSON

* RT: CPAN's request tracker

http://rt.cpan.org/NoAuth/Bugs.html?Dist=Sledge-Plugin-JSON

* Search CPAN

http://search.cpan.org/dist/Sledge-Plugin-JSON

ACKNOWLEDGEMENTS

Top

COPYRIGHT & LICENSE

Top


Sledge-Plugin-JSON documentation  | view source Contained in the Sledge-Plugin-JSON distribution.