ttype} || 'json';
if ($outtype eq "yaml")
{
require YAML::Any;
$output .= YAML::Any::Dump($data);
}
elsif ($outtype eq "json")
eval "use JSON -convert_blessed_universally";
my $json = JSON->new->allow_nonref->pretty->allow_blessed->convert_blessed;
$output .= $json->encode($data);
hema...\n" if $self->{verbose};
if (not my $result = BenchmarkAnything::Schema::valid_json_schema($data))
{
die "benchmarkanything: add: invalid input: ".join("