Package : perl-JSON-DWIW > RPM : perl-JSON-DWIW-0.470.0-12.mga6.src.rpm

Basic items

Name perl-JSON-DWIW
Version 0.470.0
Release 12.mga6
URL http://search.cpan.org/dist/JSON-DWIW
Group Development/Perl
Summary Return a true or false value when
Size 449KB
Arch armv7hl
License GPL+ or Artistic

Description

Other JSON modules require setting several parameters before calling the
conversion methods to do what I want. This module does things by default
that I think should be done when working with JSON in Perl. This module
also encodes and decodes faster than JSON.pm and JSON::Syck in my
benchmarks.

This means that any piece of data in Perl (assuming it's valid unicode)
will get converted to something in JSON instead of throwing an exception.
It also means that output will be strict JSON, while accepted input will be
flexible, without having to set any options.

Encoding
Perl objects get encoded as their underlying data structure, with the
exception of Math::BigInt and Math::BigFloat, which will be output as
numbers, and JSON::DWIW::Boolean, which will get output as a true or
false value (see the true() and false() methods). For example, a
blessed hash ref will be represented as an object in JSON, a blessed
array will be represented as an array. etc. A reference to a scalar is
dereferenced and represented as the scalar itself. Globs, Code refs,
etc., get stringified, and undef becomes null.

Media information

Distribution release Mageia 6
Media name core-release
Media arch i586

Advanced items

Source RPM NOT IN DATABASE ?!
Build time 2016-06-19 04:40:19
Changelog View in Sophie
Files View in Sophie
Dependencies View in Sophie