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

Search results for "module:JSON::Syck"

JSON::Syck - JSON is YAML (but consider using JSON::XS instead!) River stage three • 187 direct dependents • 771 total dependents

JSON::Syck is a syck implementation of JSON parsing and generation. Because JSON is YAML (<http://redhanded.hobix.com/inspect/yamlIsJson.html>), using syck gives you a fast and memory-efficient parser and dumper for JSON data representation. However,...

TODDR/YAML-Syck-1.34 - 26 Oct 2020 20:20:42 UTC

Data::Serializer::JSON::Syck - Creates bridge between Data::Serializer and JSON::Syck River stage two • 41 direct dependents • 87 total dependents

Module is used internally to Data::Serializer serialize - Wrapper to normalize serializer method name deserialize - Wrapper to normalize deserializer method name...

NEELY/Data-Serializer-0.65 - 01 Feb 2020 16:51:08 UTC

Data::Phrasebook::Loader::JSON::Syck - A Data::Phrasebook loader for JSON files River stage zero No dependents

This is a Data::Phrasebook loader which will load phasebooks stored in JSON. It uses the very nice and very fast JSON::Syck parser to load the JSON data. You should refer to the Data::Phrasebook documentation for more information on how to use this m...

STEVAN/Data-Phrasebook-Loader-JSON-Syck-0.01 - 27 Mar 2006 21:44:17 UTC

JSON::XS - JSON serialising/deserialising, done correctly and fast River stage three • 461 direct dependents • 797 total dependents

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::DWIW - JSON converter that Does What I Want River stage zero No dependents

Other JSON modules require setting several parameters before calling the conversion methods to do what I want. This module does things by default that I think should be done when working with JSON in Perl. This module also encodes and decodes faster ...

DOWENS/JSON-DWIW-0.47 - 29 Sep 2010 04:57:36 UTC

Jifty::JSON - Wrapper around JSON River stage two • 33 direct dependents • 33 total dependents

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

JSON::SIMD - JSON serialising/deserialising, done correctly and faster River stage zero No dependents

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

Haineko::JSON - Wrapper class to load/dump JSON. River stage zero No dependents

Haineko::JSON is a wrapper class for parsing or dumping JSON. As of present, the module is using JSON::Syck module....

AKXLIX/Haineko-0.2.16 - 25 Jan 2014 12:23:27 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

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

EVDB::API::JSON - Use the JSON flavor of the Eventful API River stage one • 1 direct dependent • 1 total dependent

Parses JSON from the Eventful API....

RADCLIFF/EVDB-API-0.99 - 01 Sep 2006 19:05:45 UTC

Cpanel::JSON::XS - cPanel fork of JSON::XS, fast and correct serializing River stage three • 64 direct dependents • 181 total dependents

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

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

Test::CPAN::Meta::JSON - Validate a META.json file within a CPAN distribution. River stage two • 12 direct dependents • 27 total dependents

This module was written to ensure that a META.json file, provided with a standard distribution uploaded to CPAN, meets the specifications that are slowly being introduced to module uploads, via the use of package makers and installers such as ExtUtil...

BARBIE/Test-CPAN-Meta-JSON-0.16 - 14 Jan 2015 02:06:36 UTC

Sledge::Plugin::JSON::XS - JSON::XS wrapper for Sledge River stage zero No dependents

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

Data::Printer::Filter::JSON - pretty-print your decoded JSON structures! River stage zero No dependents

Almost every JSON decoder on CPAN handles JavaScript's booleans with objects, and some even reuse them in the resulting data structure. The result? A tiny JSON like this: { "alpha": true, "beta" : false, "gamma": true, "zeta" : false } Results in thi...

NUBA/Data-Printer-Filter-JSON-0.3 - 16 Aug 2012 13:52:22 UTC

Data::Phrasebook::Loader::JSON - Absract your phrases with JSON. River stage zero No dependents

This class loader implements phrasebook patterns using JSON. Phrases can be contained within one or more dictionaries, with each phrase accessible via a unique key. Phrases may contain placeholders, please see Data::Phrasebook for an explanation of h...

BARBIE/Data-Phrasebook-Loader-JSON-0.02 - 25 Aug 2014 02:04:45 UTC

Plagger::Plugin::Publish::JSON - Publish JSON data output River stage one • 2 direct dependents • 2 total dependents

This plugin dumps feed data to JSON JavaScript Object Notation....

MIYAGAWA/Plagger-0.7.17 - 05 Dec 2006 07:40:09 UTC
18 results (0.05 seconds)