1YAML::PP::Schema::Core(U3s)er Contributed Perl DocumentatYiAoMnL::PP::Schema::Core(3)
2
3
4

NAME

6       YAML::PP::Schema::Core - YAML 1.2 Core Schema
7

SYNOPSIS

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

DESCRIPTION

12       This schema is the official recommended Core Schema for YAML 1.2.  It
13       loads additional values to the JSON schema as special types, for
14       example "TRUE" and "True" additional to "true".
15
16       Official Schwma: <https://yaml.org/spec/1.2/spec.html#id2804923>
17
18       Here you can see all Schemas and examples implemented by YAML::PP:
19       <https://perlpunk.github.io/YAML-PP-p5/schemas.html>
20

METHODS

22       register
23           Called by YAML::PP::Schema
24
25
26
27perl v5.32.0                      2020-09-11         YAML::PP::Schema::Core(3)
Impressum