Group
Extension

Matches 6

XML-Compile ( M/MA/MARKOV/XML-Compile-1.64.tar.gz, MARKOV, 2024; MetaCPAN )
XML-Compile/lib/XML/Compile/Translate.pm ( view source; MetaCPAN )
$self->{sloppy_integers}
       , sloppy_floats   => $self->{sloppy_floats}
       , json_friendly   => $self->{json_friendly}
       );

    if($internal)
    {   my $builtin = $self->makeBuiltin($fu
$self->{sloppy_integers}
       , sloppy_floats   => $self->{sloppy_floats}
       , json_friendly   => $self->{json_friendly}
       );

    if($def)
    {   # Is built-in
        my $st = $self->mak
XML-Compile ( M/MA/MARKOV/XML-Compile-1.64.tar.gz, MARKOV, 2024; MetaCPAN )
XML-Compile/lib/XML/Compile/Schema/BuiltInTypes.pm ( view source; MetaCPAN )
=> '*.exe'
 };


sub bigint
{   my $v = shift;
    $v =~ s/\s+//g;

	# The automatic rewrite into JSON wants real ints, not strings.  Therefore,
	# we need to numify.  On the other hand, pattern match
XML-Compile ( M/MA/MARKOV/XML-Compile-1.64.tar.gz, MARKOV, 2024; MetaCPAN )
XML-Compile/lib/XML/Compile/Schema.pm ( view source; MetaCPAN )
ppy_floats:\n$@" if $@;
    }

    if($args{json_friendly} ||= 0)
    {   eval "require Types::Serialiser";
        panic "require Types::Serialiser by json_friendly:\n$@" if $@;
    }

    $args{pref
XML-Compile ( M/MA/MARKOV/XML-Compile-1.64.tar.gz, MARKOV, 2024; MetaCPAN )
XML-Compile/lib/XML/Compile/Schema/Specs.pod ( view source; MetaCPAN )
undef> if not
found.

 -Option         --Default
  json_friendly    <false>
  sloppy_floats    <false>
  sloppy_integers  <false>

=over 2

=item json_friendly => BOOLEAN

The READER is slightly diffe
XML-Compile ( M/MA/MARKOV/XML-Compile-1.64.tar.gz, MARKOV, 2024; MetaCPAN )
XML-Compile/lib/XML/Compile/Schema/Specs.pm ( view source; MetaCPAN )
turn ();

    my %args = @_;

    return $builtin_types{boolean_with_Types_Serialiser}
		if $args{json_friendly} && $name eq 'boolean';

    return $builtin_types{$sloppy_int_version{$name}}
        i
_float_version{$name}))
    {   return $builtin_types{sloppy_float_force_NV}
            if $args{json_friendly} && $maptype eq 'sloppy_float';

        return $builtin_types{$maptype};
    }

    # o
XML-Compile ( M/MA/MARKOV/XML-Compile-1.64.tar.gz, MARKOV, 2024; MetaCPAN )
XML-Compile/lib/XML/Compile/Schema.pod ( view source; MetaCPAN )
     <false>
  include_namespaces              <true>
  interpret_nillable_as_optional  <false>
  json_friendly                   <false>
  key_rewrite                     []
  mixed_elements         
item json_friendly => BOOLEAN

[1.55] When enabled, booleans will be blessed in Types::Serialiser
booleans.  Floats get nummified.  Together, this will make the output
of the reader usable as JSON wit

Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.