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

Plack::Middleware::ValidateJSON

DESCRIPTION

Check validity of JSON POST'ed to the app and generate a 422 HTTP response if the JSON is not valid

PUBLIC METHODS

call

See POD for Plack::Middleware for specs. Returns an HTTP 422 response in the event of invalid JSON.