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

Search results for "dist:JSON-TypeInference AEREAL"

JSON::TypeInference - Inferencing JSON types from given Perl values River stage zero No dependents

" JSON::TypeInference " infers the type of JSON values from the given Perl values. If some candidate types of the given Perl values are inferred, " JSON::TypeInference " reports the type of it as a union type that consists of all candidate types....

AEREAL/JSON-TypeInference-1.0.2 - 26 Oct 2015 10:54:03 UTC

JSON::TypeInference::Type - Classes of JSON types River stage zero No dependents

The implementations of JSON::TypeInference::Type represent types of JSON values. They must implement some methods that described below....

AEREAL/JSON-TypeInference-1.0.2 - 26 Oct 2015 10:54:03 UTC

JSON::TypeInference::Type::Null - JSON null type River stage zero No dependents

" JSON::TypeInference::Type::Null " represents JSON null type. It is a value type, and so has no parameters....

AEREAL/JSON-TypeInference-1.0.2 - 26 Oct 2015 10:54:03 UTC

JSON::TypeInference::Type::Array - JSON array type River stage zero No dependents

JSON::TypeInference::Type::Array represents JSON array type. It is a container type, and has a type parameter that called "element_type"....

AEREAL/JSON-TypeInference-1.0.2 - 26 Oct 2015 10:54:03 UTC

JSON::TypeInference::Type::Object - JSON object type River stage zero No dependents

" JSON::TypeInference::Type::Object " represents JSON object type. It is a container type, and has some type parameters on each properties....

AEREAL/JSON-TypeInference-1.0.2 - 26 Oct 2015 10:54:03 UTC

JSON::TypeInference::Type::String - JSON string type River stage zero No dependents

" JSON::TypeInference::Type::String " represents JSON string type. It is a value type, and so has no parameters....

AEREAL/JSON-TypeInference-1.0.2 - 26 Oct 2015 10:54:03 UTC

JSON::TypeInference::Type::Number - JSON number type River stage zero No dependents

" JSON::TypeInference::Type::Number " represents JSON number type. It is a value type, and so has no parameters....

AEREAL/JSON-TypeInference-1.0.2 - 26 Oct 2015 10:54:03 UTC

JSON::TypeInference::Type::Atom - Base class for JSON value types River stage zero No dependents

" JSON::TypeInference::Type::Atom " is a base class for JSON value type and provides some default implementations. It also introduces a convention that the inherited type's signature is its name....

AEREAL/JSON-TypeInference-1.0.2 - 26 Oct 2015 10:54:03 UTC

JSON::TypeInference::Type::Boolean - JSON boolean type River stage zero No dependents

" JSON::TypeInference::Type::Boolean " represents JSON boolean type. It is a value type, and so has no parameters....

AEREAL/JSON-TypeInference-1.0.2 - 26 Oct 2015 10:54:03 UTC

JSON::TypeInference::Type::Union - union type River stage zero No dependents

" JSON::TypeInference::Type::Union " consists of one or more value types. " JSON::TypeInference::Type::Union " represents a possibility of actual types from inference. It is a container type, and has some type parameters....

AEREAL/JSON-TypeInference-1.0.2 - 26 Oct 2015 10:54:03 UTC

JSON::TypeInference::Type::Maybe - maybe type River stage zero No dependents

" JSON::TypeInference::Type::Maybe " represents a possibility whether a value type exists or not. The type consists of a value type and "JSON::TypeInference::Type::Null". It is a container type, and has a type parameter....

AEREAL/JSON-TypeInference-1.0.2 - 26 Oct 2015 10:54:03 UTC

JSON::TypeInference::Type::Unknown - unknown type River stage zero No dependents

" JSON::TypeInference::Type::Unknown " is retuned if "JSON::TypeInference" encountered a value that does not match any JSON types. It looks like a value type, and so has no parameters....

AEREAL/JSON-TypeInference-1.0.2 - 26 Oct 2015 10:54:03 UTC
12 results (0.028 seconds)