The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
package Parley::View::JSON;
use strict;
use warnings;
use base qw( Catalyst::View::JSON );

1;
__END__

=head1 NAME

Parley::View::JSON - Catalyst View

=head1 DESCRIPTION

Catalyst JSON View.

=head1 AUTHOR

Chisel Wright

=head1 LICENSE

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

=cut