Search results for "module:JSON::PP"
JSON::PP - JSON::XS compatible pure-Perl module.
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 - JSON (JavaScript Object Notation) encoder/decoder
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::Create::PP - Pure-Perl version of JSON::Create
This is a backup module for JSON::Create. JSON::Create is written using Perl XS, but JSON::Create::PP offers the same functionality without the XS....
BKB/JSON-Create-0.35 - 15 Jul 2021 23:24:42 UTC
JSON::PP::Monkey - JSON::PP with encoding fallbacks
This is an experiment with a JSON encoder that can apply fallback conversions to blessed objects and unknowns. The primary reason it has been created was to allow dumping arbitrary Perl data into JSON....
FERREIRA/JSON-PP-Monkey-0.1.0 - 14 Aug 2017 17:57:47 UTC
JSON::PP::Boolean - dummy module providing JSON::PP::Boolean
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
JSON::PP::Compat5006 - Helper module in using JSON::PP in Perl 5.6
JSON::PP calls internally....
MAKAMAKA/JSON-PP-Compat5006-1.09 - 27 Nov 2010 17:39:22 UTC
JSON::PP::Compat5005 - Helper module in using JSON::PP in Perl 5.005
JSON::PP calls internally....
MAKAMAKA/JSON-PP-Compat5005-1.10 - 27 Nov 2010 17:22:35 UTC
YAML::PP::Schema::JSON - YAML 1.2 JSON Schema
With this schema, the resolution of plain values will work like in JSON. Everything that matches a special value will be loaded as such, other plain scalars will be loaded as strings. Note that this is different from the official YAML 1.2 JSON Schema...
TINITA/YAML-PP-v0.37.0 - 09 Nov 2023 15:51:05 UTC
Search::Elasticsearch::Serializer::JSON::PP - A JSON Serializer using JSON::PP
While the default serializer, Search::Elasticsearch::Serializer::JSON, tries to choose the appropriate JSON backend, this module allows you to choose the JSON::PP backend specifically. NOTE: You should really install and use either JSON::XS or Cpanel...
EZIMUEL/Search-Elasticsearch-8.00 - 29 Dec 2022 12:23:36 UTC
JSON::PP56 - Helper module in using JSON::PP in Perl 5.6
JSON::PP calls internally....
ISHIGAKI/JSON-4.10 - 09 Oct 2022 00:11:31 UTC
JSON::PP5005 - Helper module in using JSON::PP in Perl 5.005
JSON::PP calls internally....
ISHIGAKI/JSON-4.10 - 09 Oct 2022 00:11:31 UTC
Types::Serialiser - simple data types for common serialisation formats
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::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
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
JSON::Eval - eval Perl code found in JSON
Perl data structures can contain several types of reference which do not have a JSON equivalent. This module provides a technique for encoding and decoding two of those reference types as JSON: coderefs and scalarrefs. (It also has partial support fo...
TOBYINK/JSON-Eval-0.002 - 27 Oct 2019 22:23:49 UTC
Jifty::JSON - Wrapper around JSON
Provides a thin wrapper around the JSON 2.xx library, which provides a frontend for JSON::XS and JSON::PP. This module used to wrap JSON::Syck and JSON 1.xx with special-casing for outputting JSON with single quoted values. Single quotes make it easy...
ALEXMV/Jifty-1.50430 - 30 Apr 2015 20:48:27 UTC
Devel::JSON - Easy JSON output for one-liners
If you use this module from the command-line, the last value of your one-liner ("-e") code will be serialized as JSON data. The expression is evaluated in scalar context. The output will be either UTF-x (UTF-8, UTF-16...) or just ASCII, depending on ...
DOLMEN/Devel-JSON-1.001 - 03 Sep 2017 04:54:00 UTC
JSON::SIMD - JSON serialising/deserialising, done correctly and faster
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
Venus::Json - Json Class
This package provides methods for reading and writing JSON <https://json.org> data. Note: This package requires that a suitable JSON library is installed, currently either "JSON::XS" "3.0+", "JSON::PP" "2.27105+", or "Cpanel::JSON::XS" "4.09+". You c...
AWNCORP/Venus-4.15 - 27 Nov 2023 17:12:55 UTC
JSON::Slurper - Convenient file slurping and spurting of data using JSON
JSON::Slurper is a convenient way to slurp/spurt (read/write) Perl data structures to and from JSON files. It tries to do what you mean, and allows you to provide your own JSON encoder/decoder if necessary....
SRCHULO/JSON-Slurper-0.12 - 30 Oct 2019 15:44:51 UTC