The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "module:JSON::DWIW"

JSON::DWIW - JSON converter that Does What I Want River stage zero No dependents

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 ...

DOWENS/JSON-DWIW-0.47 - 29 Sep 2010 04:57:36 UTC

JSON::DWIW::Boolean - Return a true or false value when evaluated in boolean context -- to be used with JSON::DWIW->encode() to explicitly specify a boolean value.` River stage zero No dependents

This module is not intended to be used directly. It is intended to be used as part of JSON::DWIW to specify that a true or false value should be output when converting to JSON, since Perl does not have explicit values for true and false. Overloading ...

DOWENS/JSON-DWIW-0.47 - 29 Sep 2010 04:57:36 UTC

JSON::XS - JSON serialising/deserialising, done correctly and fast River stage three • 461 direct dependents • 797 total dependents

This module converts Perl data structures to JSON and vice versa. Its primary goal is to be *correct* and its secondary goal is to be *fast*. To reach the latter goal it was written in C. See MAPPING, below, on how JSON::XS maps perl values to JSON v...

MLEHMANN/JSON-XS-4.03 - 27 Oct 2020 18:06:42 UTC

JSON::SIMD - JSON serialising/deserialising, done correctly and faster River stage zero No dependents

This module converts Perl data structures to JSON and vice versa. Its primary goal is to be *correct* and its secondary goal is to be *fast*. To reach the latter goal it was written in C. For extra speed, it uses simdjson, the fastest C++ JSON parser...

PJUHASZ/JSON-SIMD-1.06 - 27 Apr 2023 16:22:59 UTC

JSON::Any - (DEPRECATED) Wrapper Class for the various JSON classes River stage three • 86 direct dependents • 246 total dependents

This module tries to provide a coherent API to bring together the various JSON modules currently on CPAN. This module will allow you to code to any JSON API and have it work regardless of which JSON module is actually installed. use JSON::Any; my $j ...

ETHER/JSON-Any-1.40 - 09 Sep 2023 21:59:50 UTC

Config::Any::JSON - Load JSON config files River stage three • 97 direct dependents • 830 total dependents

Loads JSON files. Example: { "name": "TestApp", "Controller::Foo": { "foo": "bar" }, "Model::Baz": { "qux": "xyzzy" } }...

HAARG/Config-Any-0.33 - 03 May 2023 15:24:49 UTC

Cpanel::JSON::XS - cPanel fork of JSON::XS, fast and correct serializing River stage three • 64 direct dependents • 181 total dependents

This module converts Perl data structures to JSON and vice versa. Its primary goal is to be *correct* and its secondary goal is to be *fast*. To reach the latter goal it was written in C. As this is the n-th-something JSON module on CPAN, what was th...

RURBAN/Cpanel-JSON-XS-4.37 - 04 Jul 2023 10:35:53 UTC

Data::Printer::Filter::JSON - pretty-print your decoded JSON structures! River stage zero No dependents

Almost every JSON decoder on CPAN handles JavaScript's booleans with objects, and some even reuse them in the resulting data structure. The result? A tiny JSON like this: { "alpha": true, "beta" : false, "gamma": true, "zeta" : false } Results in thi...

NUBA/Data-Printer-Filter-JSON-0.3 - 16 Aug 2012 13:52:22 UTC
8 results (0.025 seconds)