NAME
Mojolicious::Plugin::JsonRenderer - JSON::XS plugin for Mojolicious
SYNOPSIS
# Mojolicious
$app->plugin('json_renderer');
# Mojolicious::Lite
plugin 'json_renderer';
DESCRIPTION
Simple MojoX::Renderer::JSON plugin for Mojolicious and Mojolicious::Lite.
METHODS
This module inherits all methods from Mojolicious::Plugin except:
register
Registers json handler to Mojolicious::Renderer.
SEE ALSO
MojoX::Renderer::JSON Mojolicious::Renderer Mojolicious
LICENSE
Copyright (C) yowcow.
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
AUTHOR
yowcow <yowcow@cpan.org>