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.02 - 23 Feb 2019 02:26:27 UTC - Search in distribution- JSON::PP56 - Helper module in using JSON::PP in Perl 5.6
- JSON::PP5005 - Helper module in using JSON::PP in Perl 5.005
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 - Search in distribution- JSON::T::JE - transform JSON using JsonT and JE
- JSON::T::SpiderMonkey - transform JSON using JsonT and SpiderMonkey (libjs)
This is a repackaging of <http://www.json.org/json2.js> for use with the JS framework....
INGY/JS-JSON-0.02 - 30 Aug 2008 03:41:24 UTC - Search in distributionEWILHELM/JSON-ON-v0.0.3 - 26 Jun 2013 22:29:17 UTC - Search in distribution
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.05 - 08 Jul 2020 19:51:42 UTC - Search in distribution- JSON::PP::Boolean - dummy module providing JSON::PP::Boolean
MNUNBERG/JSON-SL-1.0.7 - 10 Nov 2017 14:09:31 UTC - Search in distribution
- JSON::SL::Tuba - High performance SAX-like interface for JSON
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
The Eve::Json class adapts the functionality of the JSON::XS module to provide JSON encoding and decoding features service....
ZINIGOR/Eve-0.06 - 05 May 2014 10:32:37 UTC - Search in distributionConvert to and from geojson using Perl objects. GeoJSON objects represent various geographical positions - points, lines, polygons, etc. Currently supports 2 or 3 dimensions (longitude, latitude, altitude). Further dimensions in positions are ignored...
MJEMMESON/Geo-JSON-0.007 - 16 Feb 2015 14:31:09 UTC - Search in distribution- Geo::JSON::CRS - Co-ordinate Reference System object
- Geo::JSON::Base - Baseclass for Geo::JSON objects
- Geo::JSON::Types - Type::Tiny data types for Geo::JSON classes
- 12 more results from Geo-JSON »
JBD/JBD-0.04 - 08 Jul 2014 22:09:14 UTC - Search in distribution
- JBD::JSON::Lexers - JSON lexers
- JBD::JSON::Grammar - a JSON grammar
- JBD::JSON::Transformers - JSON parser token transformers
This module wraps JSON and LWP::UserAgent to create a flexible utility for accessing APIs that accept/provide JSON data. It supports all the options LWP supports, including authentication....
GFRANKS/JSON-API-v1.1.1 - 01 Jul 2019 13:30:46 UTC - Search in distributionThis 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.39 - 10 Jun 2015 04:38:55 UTC - Search in distributionJSON::RPC is a set of modules that implement JSON RPC 2.0 protocol. If you are using old JSON::RPC code (up to 0.96), DO NOT EXPECT YOUR CODE TO WORK WITH THIS VERSION. THIS VERSION IS ****BACKWARDS INCOMPATIBLE****...
DMAKI/JSON-RPC-1.06 - 07 Oct 2014 01:59:39 UTC - Search in distribution- JSON::RPC::Test - Simple Wrapper To Test Your JSON::RPC
- JSON::RPC::Legacy - Perl implementation of JSON-RPC 1.1 protocol
- JSON::RPC::Parser - Parse JSON RPC Requests from Plack::Request
- 9 more results from JSON-RPC »
JSON::ize exports a function, "jsonize()", and some synonyms (see below), that will do what you mean with the argument. If argument is a filename, it will try to read the file and decode it from JSON or YAML. If argument is a string that looks like J...
MAJENSEN/JSON-ize-0.202 - 13 Jul 2019 14:43:46 UTC - Search in distributionThis module logs a hash to a file as JSON. The keys are printed in sorted order. Often log files have several raw numbers and strings whose meaning is not immediately clear. With JSON formatted text in your log files, a human can open the file and qu...
KABLAMO/Log-JSON-0.001 - 29 Apr 2012 01:13:41 UTC - Search in distributionRPC::JSON aims to be a full-featured JSON-RPC client library that enables a client to connect to any JSON-RPC service and dispatch remote method calls....
CHRISC/RPC-JSON-0.15 - 02 Aug 2008 09:36:17 UTC - Search in distribution- RPC::JSON::Shell - Interactive JSON-RPC Shell
WWW::JSON is an easy interface to any modern web API that returns JSON. It tries to make working with these API's as intuitive as possible....
ANTIPASTA/WWW-JSON-1.02 - 27 May 2015 19:06:36 UTC - Search in distributionARGV::JSON parses each input from @ARGV and enables to access the JSON data structures via "<>". Each "readline" call to "<>" (or "<ARGV>") returns a hashref or arrayref or something that the input serializes in the JSON format....
MOTEMEN/ARGV-JSON-0.01 - 18 Dec 2013 01:24:28 UTC - Search in distributionThis module is a DBIx extension to fetch data in JSON format from datasources. One of use cases of this module is to simply implement a back-end service for a WEB application....
YOSTY/DBIx-JSON-0.05 - 26 Mar 2018 23:22:51 UTC - Search in distributionGlib::JSON is a Perl module that provides access to the JSON-GLib library through introspection. Glib::JSON allows parsing and generating JSON documents through a simple, DOM-like API; it also provides cursor-based API to parse and generate JSON docu...
EBASSI/Glib-JSON-0.002 - 19 Apr 2015 19:16:21 UTC - Search in distribution