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

NAME

YAML::PP::Schema::Core - YAML 1.2 Core Schema

SYNOPSIS

    my $yp = YAML::PP->new( schema => ['Core'] );

DESCRIPTION

This schema loads additional values to the JSON schema as special types, for example TRUE and True additional to true.

https://yaml.org/spec/1.2/spec.html#id2804923

METHODS

register

Called by YAML::PP::Schema