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

Search results for "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 - Search in distribution

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 - Search in distribution

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 - Search in distribution

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 - Search in distribution

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 - Search in distribution

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 - Search in distribution

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 - Search in distribution

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 - Search in distribution

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 - Search in distribution

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 - Search in distribution

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 - Search in distribution

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 - Search in distribution

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 - Search in distribution

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 - Search in distribution

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 - Search in distribution

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 - Search in distribution

Net::Nmsg - Perl extension for the NMSG message interchange library River stage zero No dependents

Net::Nmsg is a perl binding to libnmsg, the reference implementation of the NMSG binary structured message interchange format. The NMSG documentation describes the format as: The NMSG format is an efficient encoding of typed, structured data into pay...

MSISK/Net-Nmsg-0.17 - 01 Mar 2017 16:51:07 UTC - Search in distribution

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 - Search in distribution

File::Serialize::Serializer::JSON::MaybeXS - JSON::MaybeXS serializer for File::Serialize River stage one • 1 direct dependent • 1 total dependent

extensions "json", "js". precedence 100 module used JSON::MaybeXS supported options pretty (default: true), canonical (default: true), allow_nonref (default: true)...

YANICK/File-Serialize-1.5.1 - 22 Jun 2021 01:24:35 UTC - Search in distribution

Mojo::JSON_XS - Faster JSON processing for Mojolicious River stage zero No dependents

Using Mojo::JSON_XS overrides Mojo::JSON, so your JSON processing will be done by compiled C code rather than pure perl. Cpanel::JSON::XS is a hard dependency, so is required both at installation time and run time. DEPRECATED This code was merged int...

NICZERO/Mojo-JSON_XS-1.022 - 11 Apr 2021 16:00:24 UTC - Search in distribution
453 results (0.083 seconds)