The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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