JSON::RPC::Common::TypeConstraints.3pm

Langue: en

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

Section: 3 (Bibliothèques de fonctions)

NAME

JSON::RPC::Common::TypeConstraints - Type constraint library

SYNOPSIS

         use JSON::RPC::Common::TypeConstraints qw(JSONValue);
 
 

DESCRIPTION

See MooseX::Types

TYPES

JSONDefined
"Value|ArrayRef|HashRef"
JSONValue
"Undef|Value|ArrayRef|HashRef"
JSONContainer
"ArrayRef|HashRef"