Search results for "module:JSON::XS"
JSON::XS - JSON serialising/deserialising, done correctly and fast
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
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
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
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.36 - 02 Mar 2023 15:11:52 UTC
JSON::Immutable::XS
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
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
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.36 - 02 Mar 2023 15:11:52 UTC
Kelp::Module::JSON::XS - JSON:XS module for Kelp applications
MINIMAL/Kelp-Module-JSON-XS-0.502
-
18 Jun 2014 04:56:55 UTC
Sledge::Plugin::JSON::XS - JSON::XS wrapper for Sledge
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
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
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
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
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
JJNAPIORK/Catalyst-Action-REST-1.21
-
05 Dec 2017 15:16:47 UTC
lib/Catalyst/Action/Serialize/JSON/XS.pm
JJNAPIORK/Catalyst-Action-REST-1.21
-
05 Dec 2017 15:16:47 UTC
Search::Elasticsearch::Serializer::JSON::XS - A JSON Serializer using JSON::XS
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.00 - 29 Dec 2022 12:23:36 UTC
JSON::MaybeXS - Use Cpanel::JSON::XS with a fallback to JSON::XS and JSON::PP
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
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
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.
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