-
-
07 Oct 2014 01:59:39 UTC
- Distribution: JSON-RPC
- Source (raw)
- Browse (raw)
- Changes
- Homepage
- How to Contribute
- Repository
- Issues (18)
- Testers (3538 / 3 / 0)
- Kwalitee
Bus factor: 1- 36.36% Coverage
- License: perl_5
- Activity
24 month- Tools
- Download (35.19KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
and 8 contributors-
Daisuke Maki
-
Yoshimitsu Torii
-
Stanislav Lechev [AngelFire]
-
Kazuhiro Shibuya
-
David Steinbrunner
-
ThePeePs
-
Kirill Bogdanov
-
ar_tama
Why not adopt me?
This distribution is up for adoption! If you're interested then please contact the PAUSE module admins via email.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 );
DESCRIPTION
Constructs a JSON::RPC::Procedure object from a Plack::Request object
Module Install Instructions
To install JSON::RPC, copy and paste the appropriate command in to your terminal.
cpanm JSON::RPC
perl -MCPAN -e shell install JSON::RPC
For more information on module installation, please visit the detailed CPAN module installation guide.