The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Catalyst::TraitFor::Request::DecodedParams::JSON

SYNOPSIS

    use CatalystX::RoleApplicator;

    __PACKAGE__->apply_request_class_roles(qw/
        Catalyst::TraitFor::Request::DecodedParams::JSON
    /);

AUTHOR & LICENSE

See Catalyst::TraitFor::Request::DecodedParams.