Search results for "module:JSON"
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 - Oct 09, 2022
JSON::T - transform JSON using JsonT
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 - Sep 28, 2014
JSON::JQ - jq (https://stedolan.github.io/jq/) library binding
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 - Jul 15, 2022
FP::JSON
Currently just provides `to_json` to turn some kinds of data into a JSON or Mint language string. This module will need some work for more serious use. This somewhat consciously is not implemented as a class--nonetheless, the $settings argument to `t...
PFLANZE/FunctionalPerl-0.72.76 - Jan 22, 2023
mb::JSON - a simple JSON parser for multibyte string
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 - Jan 23, 2022
JS::JSON - JSON module for JS
This is a repackaging of <http://www.json.org/json2.js> for use with the JS framework....
INGY/JS-JSON-0.02 - Aug 30, 2008
JSON::LD - Load and dump JSON files
Ever want to load JSON from a file? Ever forget which module it is that you are supposed to be using now? Is it JSON or JSON::PP or JSON::XS or JSON::Syck or Cpanel::JSON::XS (how many Ns are in Cpanel? For some reason I am bad at spelling) or JSON::...
PLICEASE/JSON-LD-0.02 - Dec 15, 2024
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 - Oct 27, 2020
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 - Dec 30, 2022
JSON::API - Module to interact with a JSON API
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 - Jul 01, 2019
Geo::JSON - Perl OO interface for geojson
Convert 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 - Feb 16, 2015
JSON::RPC - JSON RPC 2.0 Server Implementation
JSON::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 - Oct 07, 2014
JSON::ize - Use JSON easily in one-liners - now with YAMLific action
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 - Jul 13, 2019
RPC::JSON - JSON-RPC Client Library
RPC::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 - Aug 02, 2008
WWW::JSON - Make working with JSON Web API's as painless as possible
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 - May 27, 2015
Eve::Json - a JSON converter adapter.
The Eve::Json class adapts the functionality of the JSON::XS module to provide JSON encoding and decoding features service....
ZINIGOR/Eve-0.06 - May 05, 2014
Log::JSON - Log data to a file as JSON
This 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 - Apr 29, 2012