1YAML::PP::Schema::Core(U3s)er Contributed Perl DocumentatYiAoMnL::PP::Schema::Core(3)
2
3
4
6 YAML::PP::Schema::Core - YAML 1.2 Core Schema
7
9 my $yp = YAML::PP->new( schema => ['Core'] );
10
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 Schema: <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
22 register
23 Called by YAML::PP::Schema
24
25
26
27perl v5.36.1 2023-05-11 YAML::PP::Schema::Core(3)