Search results for "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 - Search in distribution- JSON::XS::Boolean - dummy module providing JSON::XS::Boolean
- json_xs - JSON::XS commandline utility
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 - Search in distribution
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 - Search in distribution
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.37 - 04 Jul 2023 10:35:53 UTC - Search in distribution- Cpanel::JSON::XS::Type - Type support for JSON encode
- Cpanel::JSON::XS::Boolean - true and false values
- cpanel_json_xs - Cpanel::JSON::XS commandline utility
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 - Search in distribution
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 - Search in distribution
Kelp::Module::JSON::XS - JSON:XS module for Kelp applications
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
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
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- Mojolicious::Plugin::JSON::XS - MojoX::Renderer::JSON::XS plugin for Mojolicious
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 - Search in distribution
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 - Search in distribution
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 - Search in distribution
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 - Search in distribution- Search::Elasticsearch - The official client for Elasticsearch
- Search::Elasticsearch::Serializer::JSON::PP - A JSON Serializer using JSON::PP
- Search::Elasticsearch::Serializer::JSON::Cpanel - A JSON Serializer using Cpanel::JSON::XS
lib/Catalyst/Action/Deserialize/JSON/XS.pm
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
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.
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
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
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
Mojo::JSON_XS - Faster JSON processing for Mojolicious
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
File::Serialize::Serializer::JSON::MaybeXS - JSON::MaybeXS serializer for File::Serialize
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