JSON::RPC::Common::Procedure::Call::Version_1_0.3pm

Langue: en

Version: 2009-01-10 (fedora - 01/12/10)

Section: 3 (Bibliothèques de fonctions)

NAME

JSON::RPC::Common::Procedure::Call::Version_1_0 - JSON-RPC 1.0 request

SYNOPSIS

         use JSON::RPC::Common::Procedure::Call;
 
         my $req = JSON::RPC::Common::Procedure::Call->inflate({
                 # 1.0 doesn't specify the version
                 id     => "oink",
                 params => [ 1 .. 3 ],
         });
 
 

DESCRIPTION

This class implements requests according to the JSON-RPC 1.0 spec: http://json-rpc.org/wiki/specification <http://json-rpc.org/wiki/specification>.

JSON-RPC 1.0 requests are considered notifications if the "id" is null.