logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

JSON::RPC::Parser - Parse JSON RPC Requests from Plack::Request

Description

       Constructs a JSON::RPC::Procedure object from a Plack::Request object

perl v5.40.0                                       2024-09-25                             JSON::RPC::Parser(3pm)

Name

       JSON::RPC::Parser - Parse JSON RPC Requests from Plack::Request

Synopsis

           use JSON::RPC::Parser;

           my $parser = JSON::RPC::Parser->new(
               coder => JSON->new
           );
           my $procedure = $parser->construct_from_req( $request );

See Also