NAME
YAML::PP::Schema::Failsafe - YAML 1.2 Failsafe Schema
SYNOPSIS
my $yp = YAML::PP->new( schema => ['Failsafe'] );
DESCRIPTION
With this schema, everything will be treated as a string. There are no booleans, integers, floats or undefined values.
https://yaml.org/spec/1.2/spec.html#id2802346
METHODS
- register
-
Called by YAML::PP::Schema