The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

WebAPI::DBIC::Role::JsonParams

VERSION

version 0.001010

DESCRIPTION

Provides methods to handle request parameters that have an encoding specified.

For example, given a request like </foo?bar~json={k:"hello"}> the bar parameter will be a reference to a hash containing a single element.

NAME

WebAPI::DBIC::Resource::Role::JsonParams - provides a param method that handles JSON

AUTHOR

Tim Bunce <Tim.Bunce@pobox.com>

COPYRIGHT AND LICENSE

This software is copyright (c) 2014 by Tim Bunce.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.