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

NAME

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

SYNOPSIS

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

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

DESCRIPTION

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

BUGS

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

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

THANKS TO

tokurirom Kensuke Kaneko

SUPPORT

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

    perldoc Sledge::Plugin::JSON

You can also look for information at:

ACKNOWLEDGEMENTS

COPYRIGHT & LICENSE

Copyright 2006 Atsushi Kobayashi, all rights reserved.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.