App::CamelPKI::View::JSON - the view used to throw data to an AJAX client


App-CamelPKI documentation Contained in the App-CamelPKI distribution.

Index


Code Index:

NAME

Top

App::CamelPKI::View::JSON - the view used to throw data to an AJAX client or any other RPC client.

SYNOPSIS

Top

DESCRIPTION

Top

This package is a (trivial for now) subclass of Catalyst::View. It allow to send a Perl data structure to an HTTP client, using JSON encoding format.


App-CamelPKI documentation Contained in the App-CamelPKI distribution.

package App::CamelPKI::View::JSON;

use strict;
use base 'Catalyst::View::JSON';

1;