The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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