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

Search results for "module:JSON::XS"

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

MojoX::JSON::XS - A JSON::XS backend replacement for Mojo::JSON River stage zero No dependents

Replaces Mojo::JSON methods encode, deocde and j with JSON::XS equivalient. This gives faster processing, and removes the unnecessary encode of '/' chars in strings....

CHGOVUK/MojoX-JSON-XS-0.01 - 20 Jan 2014 10:48:40 UTC

JSON::XS::Sugar - sugar for using JSON::XS River stage zero No dependents

This module allows you to easily control the output that JSON::XS generates when it creates JSON. In particular, it makes it easier to have JSON::XS create "true" and "false" when you want, and if a scalar should be rendered as a number or a string. ...

MAXMIND/JSON-XS-Sugar-1.01 - 01 Apr 2015 20:10:25 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

JSON::Immutable::XS River stage zero No dependents

Fast and simple abstract node-tree based storage with JSON support. Usefull for reading JSON configs, keeping it in the memory and don't worrying about mutability. Has XPath-like interface for data accessing. Easy to use with XS and C/C++ modules. It...

ADDICT/JSON-Immutable-XS-0.1.3 - 28 Sep 2020 08:53:26 UTC

JSON::XS::ByteString - A more predictable and convenient XS implementation for JSON River stage zero No dependents

This module is a XS implementation for JSON. It provide a more predictable behavior than JSON::XS by always producing strings in JSON for normal scalars. And you can force it to produce numbers in JSON by putting references to numbers. All the string...

CINDY/JSON-XS-ByteString-1.007 - 04 Nov 2022 17:40:32 UTC

Cpanel::JSON::XS::Type - Type support for JSON encode River stage three • 64 direct dependents • 181 total dependents

This module provides stable JSON type support for the Cpanel::JSON::XS encoder which doesn't depend on any internal perl scalar flags or characteristics. Also it provides real JSON types for Cpanel::JSON::XS decoder. In most cases perl structures pas...

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

Kelp::Module::JSON::XS - JSON:XS module for Kelp applications River stage zero No dependents

MINIMAL/Kelp-Module-JSON-XS-0.502 - 18 Jun 2014 04:56:55 UTC

Sledge::Plugin::JSON::XS - JSON::XS wrapper for Sledge River stage zero No dependents

Sledge::Plugin::JSON::XS is JSON::XS wrapper for Sledge. Sledge::Plugin::JSON is wrapper for JSON::Syck. but this module uses JSON::XS....

TOKUHIROM/Sledge-Plugin-JSON-XS-0.05 - 16 Apr 2012 02:37:09 UTC

MojoX::Renderer::JSON::XS - Fast JSON::XS handler for Mojolicious::Renderer River stage zero No dependents

MojoX::Renderer::JSON::XS provides fast JSON::XS renderer to Mojolicious applications....

YOWCOW/MojoX-Renderer-JSON-XS-0.07 - 09 Mar 2016 07:17:00 UTC

Data::Serializer::JSON::XS River stage zero No dependents

A serializer using the Data::Serializer interface. serialize - implements serialize method. deserialize - implements deserialize method....

AMIRITE/Data-Serializer-JSON-XS-0.01 - 16 Apr 2014 17:37:10 UTC

JSON::XS::VersionOneAndTwo - Support versions 1 and 2 of JSON::XS River stage one • 4 direct dependents • 6 total dependents

JSON::XS is by far the best JSON module on the CPAN. However, it changed its API at version 2.01. If you have to maintain code which may be run on systems with either version one or two then this is a bit of a pain. This module takes the pain away wi...

LBROCARD/JSON-XS-VersionOneAndTwo-0.31 - 13 Feb 2008 09:47:27 UTC

Mojolicious::Plugin::JSON::XS - MojoX::Renderer::JSON::XS plugin for Mojolicious River stage zero No dependents

Mojolicious::Plugin::JSON::XS plugs MojoX::Renderer::JSON::XS into Mojolicious application....

YOWCOW/MojoX-Renderer-JSON-XS-0.07 - 09 Mar 2016 07:17:00 UTC

lib/Catalyst/Action/Deserialize/JSON/XS.pm River stage two • 26 direct dependents • 61 total dependents

JJNAPIORK/Catalyst-Action-REST-1.21 - 05 Dec 2017 15:16:47 UTC

lib/Catalyst/Action/Serialize/JSON/XS.pm River stage two • 26 direct dependents • 61 total dependents

JJNAPIORK/Catalyst-Action-REST-1.21 - 05 Dec 2017 15:16:47 UTC

Search::Elasticsearch::Serializer::JSON::XS - A JSON Serializer using JSON::XS River stage two • 39 direct dependents • 54 total dependents

While the default serializer, Search::Elasticsearch::Serializer::JSON, tries to choose the appropriate JSON backend, this module allows you to choose the JSON::XS backend specifically. This class does Search::Elasticsearch::Role::Serializer::JSON....

EZIMUEL/Search-Elasticsearch-8.12 - 25 Jan 2024 10:49:58 UTC

JSON::MaybeXS - Use Cpanel::JSON::XS with a fallback to JSON::XS and JSON::PP River stage four • 457 direct dependents • 4528 total dependents

This module first checks to see if either Cpanel::JSON::XS or JSON::XS (at at least version 3.0) is already loaded, in which case it uses that module. Otherwise it tries to load Cpanel::JSON::XS, then JSON::XS, then JSON::PP in order, and either uses...

ETHER/JSON-MaybeXS-1.004005 - 30 Apr 2023 08:58:24 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

Mojo::JSON::XS - JSON::XS backend for Mojo::JSON::Any River stage zero No dependents

Mojo::JSON::XS is a wrapper over JSON::XS with a compatible Mojo::JSON interface....

YSYROTA/Mojo-JSON-Any-0.990105 - 09 Mar 2015 11:12:16 UTC

Data::Serializer::JSON::MaybeXS - Serialize data using JSON::MaybeXS. River stage zero No dependents

This Data::Serializer driver uses JSON::MaybeXS to serialize and deserialize data....

BLUEFEET/Data-Serializer-JSON-MaybeXS-0.03 - 30 Jan 2021 05:41:08 UTC
83 results (0.044 seconds)