YAML::PP::Schema::Catchall(3) User Contributed Perl Documentation NAME YAML::PP::Schema::JSON - YAML 1.2 JSON Schema SYNOPSIS my $yp = YAML::PP->new( schema => ['JSON'] ); my $yp = YAML::PP->new( schema => [qw/ JSON empty=str /] ); my $yp = YAML::PP->new( schema => [qw/ JSON empty=null /] ); DESCRIPTION perl v5.40.1 2025-02-16 YAML::PP::Schema::Catchall(3)