YAML::PP::Schema::JSON - YAML 1.2 JSON Schema
Contents
Description
perl v5.40.0 2025-02-15 YAML::PP::Schema::Catchall(3pm)
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 /] );
