The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "module:JSON::PP::Boolean"

JSON::PP::Boolean - dummy module providing JSON::PP::Boolean River stage five • 231 direct dependents • 19941 total dependents

This module exists only to provide overload resolution for Storable and similar modules. See JSON::PP for more info about this class....

ISHIGAKI/JSON-PP-4.16 - 30 Dec 2022 04:33:20 UTC

Types::Serialiser - simple data types for common serialisation formats River stage four • 17 direct dependents • 1922 total dependents

This module provides some extra datatypes that are used by common serialisation formats such as JSON or CBOR. The idea is to have a repository of simple/small constants and containers that can be shared by different implementations so they become int...

MLEHMANN/Types-Serialiser-1.01 - 01 Dec 2020 01:48:06 UTC

JSON - JSON (JavaScript Object Notation) encoder/decoder River stage four • 1575 direct dependents • 3534 total dependents

This module is a thin wrapper for JSON::XS-compatible modules with a few additional features. All the backend modules convert a Perl data structure to a JSON text and vice versa. This module uses JSON::XS by default, and when JSON::XS is not availabl...

ISHIGAKI/JSON-4.10 - 09 Oct 2022 00:11:31 UTC

JSON::PP - JSON::XS compatible pure-Perl module. River stage five • 231 direct dependents • 19941 total dependents

JSON::PP is a pure perl JSON decoder/encoder, and (almost) compatible to much faster JSON::XS written by Marc Lehmann in C. JSON::PP works as a fallback module when you use JSON module without having installed JSON::XS. Because of this fallback featu...

ISHIGAKI/JSON-PP-4.16 - 30 Dec 2022 04:33:20 UTC

JSON::XS - JSON serialising/deserialising, done correctly and fast River stage three • 470 direct dependents • 835 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

Cpanel::JSON::XS - cPanel fork of JSON::XS, fast and correct serializing River stage three • 76 direct dependents • 196 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

Mojo::JSON::MaybeXS - use JSON::MaybeXS as the JSON encoder for Mojolicious River stage one • 1 direct dependent • 1 total dependent

Mojo::JSON::MaybeXS is a monkey-patch module for using JSON::MaybeXS as the JSON encoder for a Mojolicious application, or anything else using Mojo::JSON. It must be loaded before Mojo::JSON so the new functions will be properly exported. Since Mojol...

DBOOK/Mojo-JSON-MaybeXS-1.002 - 07 Aug 2019 17:02:05 UTC

JSON::Validator::Schema - Base class for JSON::Validator schemas River stage two • 19 direct dependents • 31 total dependents

JSON::Validator::Schema is the base class for JSON::Validator::Schema::Draft4, JSON::Validator::Schema::Draft6, JSON::Validator::Schema::Draft7, JSON::Validator::Schema::Draft201909, JSON::Validator::Schema::OpenAPIv2 and JSON::Validator::Schema::Ope...

JHTHORSEN/JSON-Validator-5.14 - 06 Mar 2023 04:46:05 UTC

Data::Compare::Plugins::JSON - Plugin for Data::Compare to handle JSON, JSON::PP and JSON::XS boolean constants. River stage zero No dependents

JSON, JSON::PP and JSON::XS provides instances of JSON::PP::Boolean, JSON::backportPP::Boolean, and JSON::XS::Boolean classes. It's "JSON::true", "JSON::false", "JSON::PP::true", "JSON::PP::false", "JSON::XS::true", and "JSON::XS::false". This plugin...

DIONYS/Data-Compare-Plugins-JSON-1.04 - 18 May 2017 20:09:51 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
12 results (0.077 seconds)