| JSON::RPC::Parser(3pm) | User Contributed Perl Documentation | JSON::RPC::Parser(3pm) |
JSON::RPC::Parser - Parse JSON RPC Requests from Plack::Request
use JSON::RPC::Parser;
my $parser = JSON::RPC::Parser->new(
coder => JSON->new
);
my $procedure = $parser->construct_from_req( $request );
Constructs a JSON::RPC::Procedure object from a Plack::Request object
| 2022-06-15 | perl v5.34.0 |