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

Search results for "module:JSON::Any"

Config::Any::JSON - Load JSON config files River stage three • 97 direct dependents • 830 total dependents

Loads JSON files. Example: { "name": "TestApp", "Controller::Foo": { "foo": "bar" }, "Model::Baz": { "qux": "xyzzy" } }...

HAARG/Config-Any-0.33 - 03 May 2023 15:24:49 UTC

JSON::RPC::Client::Any - wrap in an available JSON RPC Client implementation River stage zero No dependents

JSON::RPC::Client::Any is a simple class, which finds an available JSON RPC client implementation and descends from it. It saves you the hassle of checking whether you have "JSON::RPC::Client" or "JSON::RPC::Legacy::Client" available....

DAM/App-KGB-1.59 - 30 Oct 2023 16:44:39 UTC

Log::Any::Adapter::JSON - One-line JSON logging of arbitrary structured data River stage zero No dependents

This Log::Any adapter logs formatted messages and arbitrary structured data in a single line of JSON per entry. You must pass a filename or an open handle to which the entries will be printed. Optionally you may pass an "encoding" argument which will...

TONKIN/Log-Any-Adapter-JSON-1.16 - 28 Aug 2021 20:23:15 UTC

JSON::Any - (DEPRECATED) Wrapper Class for the various JSON classes River stage three • 86 direct dependents • 246 total dependents

This module tries to provide a coherent API to bring together the various JSON modules currently on CPAN. This module will allow you to code to any JSON API and have it work regardless of which JSON module is actually installed. use JSON::Any; my $j ...

ETHER/JSON-Any-1.40 - 09 Sep 2023 21:59:50 UTC

Data::AnyXfer::JSON - functions for encoding/decoding JSON River stage zero No dependents

This module provides simple wrappers around Cpanel::JSON::XS that ensure JSON strings are encoded as UTF-8 before decoding them....

ALUCAS/Data-AnyXfer-0.1 - 25 May 2020 13:33:44 UTC

JSON::RPC2::AnyEvent - Yet-another, transport-independent and asynchronous JSON-RPC 2.0 implementation River stage one • 2 direct dependents • 2 total dependents

JSON::RPC2::AnyEvent is yet-another JSON-RPC 2.0 implementation. This module is very similar to JSON::RPC2 and actually shares the main goals. That is, transport independent, asynchronous, and light-weight. However, this module is designed so that it...

YANOTHER/JSON-RPC2-AnyEvent-0.03 - 22 Apr 2020 04:15:28 UTC

Mojo::JSON::Any - Use JSON::XS when it's available (DEPRECATED) River stage zero No dependents

This modules is DEPRECATED. See MojoX::JSON::XS Mojo::JSON::Any is a wrapper over Mojo::JSON and JSON::XS. When the last is available it is used. Interfaces are identical. Encoding parsing is the same as within Mojo::JSON. When using JSON::XS is unde...

YSYROTA/Mojo-JSON-Any-0.990105 - 09 Mar 2015 11:12:16 UTC

Data::AnyXfer::From::JSON - transfer from json sources River stage zero No dependents

The role configures Data::AnyXfer to use json as a data source....

ALUCAS/Data-AnyXfer-0.1 - 25 May 2020 13:33:44 UTC

JSON::RPC2::AnyEvent::Client - Asynchronous nonblocking JSON RPC2 client with method mapping River stage zero No dependents

JSON::RPC2::AnyEvent::Client is JSON RPC2 client, with tcp/http/https transport. Remote functions is mapped to local client object methods. For example remote function fn(...) is called as $c->fn(...,cb). Params of function is params of remote functi...

OKLAS/JSON-RPC2-AnyEvent-Client-0.04 - 15 Feb 2018 12:26:51 UTC

JSON::RPC2::AnyEvent::Server - Yet-another, transport-independent, asynchronous and simple JSON-RPC 2.0 server River stage one • 2 direct dependents • 2 total dependents

JSON::RPC2::AnyEvent::Server provides asynchronous JSON-RPC 2.0 server implementation. This just provides an abstract JSON-RPC layer and you need to combine concrete transport protocol to utilize this module. If you are interested in stream protocol ...

YANOTHER/JSON-RPC2-AnyEvent-0.03 - 22 Apr 2020 04:15:28 UTC

lib/JSON/RPC2/AnyEvent/Constants.pm River stage one • 2 direct dependents • 2 total dependents

YANOTHER/JSON-RPC2-AnyEvent-0.03 - 22 Apr 2020 04:15:28 UTC

lib/Cache/Memcached/AnyEvent/Serializer/JSON.pm River stage zero No dependents

DMAKI/Cache-Memcached-AnyEvent-0.00023 - 30 Jul 2015 23:52:01 UTC

JSON::RPC2::AnyEvent::Server::PSGI - PSGI adapter for JSON::RPC2::AnyEvent::Server River stage zero No dependents

JSON::RPC2::AnyEvent::Server::PSGI is a PSGI adapter for JSON::RPC2::AnyEvent::Server. It converts JSON::RPC2::AnyEvent::Server object to a PSGI app....

YANOTHER/JSON-RPC2-AnyEvent-Server-PSGI-0.01 - 20 Oct 2013 11:47:56 UTC

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

JSON::RPC2::AnyEvent::Server::Handle - dispatch JSON-RPC requests comming from file-handle to JSON::RPC2::AnyEvent::Server River stage one • 2 direct dependents • 2 total dependents

JSON::RPC2::AnyEvent::Server::Handle is AnyEvent::Handle adapter for JSON::RPC2::AnyEvent::Server....

YANOTHER/JSON-RPC2-AnyEvent-0.03 - 22 Apr 2020 04:15:28 UTC

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

JSON::T - transform JSON using JsonT River stage one • 1 direct dependent • 1 total dependent

This module implements JsonT, a language for transforming JSON-like structures, analogous to XSLT in the XML world. JsonT is described at <http://goessner.net/articles/jsont/>. JsonT is a profile of Javascript; so JsonT needs a Javascript engine to a...

TOBYINK/JSON-T-0.104 - 28 Sep 2014 07:42:10 UTC

mb::JSON - a simple JSON parser for multibyte string River stage zero No dependents

This software consists of only single file and has few functions, so it is easy to use and easy to understand....

INA/mb-JSON-0.03 - 23 Jan 2022 10:59:07 UTC

JSON::JQ - jq (https://stedolan.github.io/jq/) library binding River stage zero No dependents

This is a jq <https://stedolan.github.io/jq/> library binding, making it possible to process data using jq script/filter/module. Check the jq homepage for a detailed explanation and documentation....

DONGXU/JSON-JQ-0.09 - 15 Jul 2022 13:57:04 UTC

JSON::ON - javascript object notation object notator River stage zero No dependents

EWILHELM/JSON-ON-v0.0.3 - 26 Jun 2013 22:29:17 UTC
235 results (0.087 seconds)