Parley::View::JSON - Catalyst View


Parley documentation Contained in the Parley distribution.

Index


Code Index:

NAME

Top

Parley::View::JSON - Catalyst View

DESCRIPTION

Top

Catalyst JSON View.

AUTHOR

Top

Chisel Wright

LICENSE

Top

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


Parley documentation Contained in the Parley distribution.

package Parley::View::JSON;
use strict;
use warnings;
use base qw( Catalyst::View::JSON );

1;
__END__