| Sledge-Plugin-JSON documentation | view source | Contained in the Sledge-Plugin-JSON distribution. |
Sledge::Plugin::JSON - JSON plugin for Sledge
package Your::Pages;
use Sledge::Plugin::JSON;
$self->output_json(
{
data => \@data,
encoding => 'euc-jp',
}
);
Sledge::Plugin::JSON is easy to implement JSON plugin for Sledge.
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.
Atsushi Kobayashi <atsushi __at__ mobilefactory.jp>
hi-rocks
tokurirom Kensuke Kaneko
You can find documentation for this module with the perldoc command.
perldoc Sledge::Plugin::JSON
You can also look for information at:
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.
| Sledge-Plugin-JSON documentation | view source | Contained in the Sledge-Plugin-JSON distribution. |