Scroll to navigation

YAML::PP::Schema::Catchall(3) User Contributed Perl Documentation YAML::PP::Schema::Catchall(3)

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

2025-02-10 perl v5.42.0