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

Search results for "JSON::MaybeXS"

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

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

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

POE::Filter::JSONMaybeXS - A POE filter using JSON::MaybeXS River stage one • 1 direct dependent • 1 total dependent

More documentation to come... More tests to come... Based on POE::Filter::JSON Best used together with POE::Filter::Line...

GETTY/POE-Filter-JSONMaybeXS-0.002 - 12 Jun 2015 18:43:46 UTC - Search in distribution

Dancer2::Serializer::JSONMaybeXS - (DEPRECATED) Serializer for handling JSON data River stage zero No dependents

This is a DEPRECATED serializer engine for the Dancer2 web framework. Dancer2 now uses JSON::MaybeXS natively in the default Dancer2::Serializer::JSON (as of version 0.201000), so this module is no longer needed....

DBOOK/Dancer2-Serializer-JSONMaybeXS-0.003 - 03 Dec 2016 00:33:22 UTC - Search in distribution

Log::ger::UseJSONForDump - Use JSON::MaybeXS to dump data structures (as JSON) River stage one • 1 direct dependent • 1 total dependent

PERLANCAR/Log-ger-UseJSONForDump-0.003 - 13 Dec 2020 00:05:17 UTC - Search in distribution

JSON::Parse - Parse JSON River stage two • 35 direct dependents • 77 total dependents

A module for parsing JSON. (JSON means "JavaScript Object Notation" and it is specified in "RFC 8259".) JSON::Parse offers the function "parse_json", which takes a string containing JSON, and returns an equivalent Perl structure. It also offers valid...

BKB/JSON-Parse-0.62 - 15 Jul 2022 23:26:03 UTC - Search in distribution

JSON - JSON (JavaScript Object Notation) encoder/decoder River stage four • 1544 direct dependents • 3401 total dependents

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

JSON::Util - easy and portable encode/decode of JSON River stage two • 6 direct dependents • 19 total dependents

JKUTEJ/JSON-Util-0.06 - 03 Sep 2015 16:00:14 UTC - Search in distribution

JSON::PP - JSON::XS compatible pure-Perl module. River stage five • 219 direct dependents • 19622 total dependents

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

Z - collection of modules for rapid app development River stage one • 1 direct dependent • 1 total dependent

Just a shortcut for loading a bunch of modules that allow you to quickly code Perl stuff. I've tried to avoid too many domain-specific modules like HTTP::Tiny, etc. The modules chosen should be broadly useful for a wide variety of tasks. Perl Version...

TOBYINK/Z-0.008 - 08 Nov 2020 16:08:49 UTC - Search in distribution

JSON::Eval - eval Perl code found in JSON River stage one • 1 direct dependent • 1 total dependent

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

PLS - Perl Language Server River stage zero No dependents

The Perl Language Server implements a subset of the Language Server Protocol for the Perl language. Features currently implemented are: * Go to definition (for packages, subroutines, and variables) * Listing all symbols in a document * Hovering to sh...

MREISNER/PLS-0.905 - 21 Jan 2023 21:56:31 UTC - Search in distribution

Pye - Session-based logging platform on top of SQL/NoSQL databases River stage one • 3 direct dependents • 3 total dependents

"Pye" is a dead-simple, session-based logging platform where all logs are stored in a database. Log messages in "Pye" include a date, a text message, and possibly a data structure (hash/array-ref) that "illustrates" the text. I built "Pye" due to my ...

IDOPEREL/Pye-2.001001 - 21 Jan 2015 22:59:18 UTC - Search in distribution

BSON - BSON serialization and deserialization (EOL) River stage one • 6 direct dependents • 7 total dependents

This class implements a BSON encoder/decoder ("codec"). It consumes "documents" (typically hash references) and emits BSON strings and vice versa in accordance with the BSON Specification <http://bsonspec.org>. BSON is the primary data representation...

MONGODB/BSON-v1.12.2 - 13 Aug 2020 14:58:11 UTC - Search in distribution

TMDB - Perl wrapper for The MovieDB API River stage zero No dependents

The MovieDB <http://www.themoviedb.org/> is a free and open movie database. This module provides a Perl wrapper to The MovieDB API <http://docs.themoviedb.apiary.io/>. In order to use this module, you must first get an API key by signing up <http://w...

DAVECROSS/TMDB-v1.2.2 - 03 Apr 2024 07:20:05 UTC - Search in distribution

pp-json - Pretty-print (and colorize) JSON River stage one • 1 direct dependent • 1 total dependent

By default, when in interactive mode will pretty-print and colorize JSON using JSON::Color, and when piped will pretty-print JSON using JSON::MaybeXS....

PERLANCAR/App-SerializeUtils-0.165 - 14 Apr 2022 00:05:53 UTC - Search in distribution

Catalyst - The Elegant MVC Web Application Framework River stage three • 603 direct dependents • 677 total dependents

Catalyst is a modern framework for making web applications without the pain usually associated with this process. This document is a reference to the main Catalyst application. If you are a new user, we suggest you start with Catalyst::Manual::Tutori...

JJNAPIORK/Catalyst-Runtime-5.90131 - 20 Jul 2023 23:09:29 UTC - Search in distribution

Devel::JSON - Easy JSON output for one-liners River stage zero No dependents

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 - Search in distribution
134 results (0.072 seconds)