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 - 09 Oct 2022 00:11:31 UTC
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 - 28 Sep 2014 07:42:10 UTC
JSON::ON - javascript object notation object notator
EWILHELM/JSON-ON-v0.0.3
-
26 Jun 2013 22:29:17 UTC
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 - 15 Jul 2022 13:57:04 UTC
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 - 30 Aug 2008 03:41:24 UTC
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 - 23 Jan 2022 10:59:07 UTC
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 - 22 Jan 2023 15:12:41 UTC
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 - 27 Oct 2020 18:06:42 UTC
JSON::SL - Fast, Streaming, and Searchable JSON decoder.
MNUNBERG/JSON-SL-1.0.7
-
10 Nov 2017 14:09:31 UTC
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 - 30 Dec 2022 04:33:20 UTC
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 - 07 Oct 2014 01:59:39 UTC
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 - 13 Jul 2019 14:43:46 UTC
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 - 02 Aug 2008 09:36:17 UTC
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 - 16 Feb 2015 14:31:09 UTC
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 - 01 Jul 2019 13:30:46 UTC
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 - 27 May 2015 19:06:36 UTC
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 - 05 May 2014 10:32:37 UTC
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 - 29 Apr 2012 01:13:41 UTC
JSON::YAJL - An interface to the YAJL JSON parsing and generation library
YAJL is Yet Another JSON Library. YAJL is a small event-driven (SAX-style) JSON parser written in ANSI C, and a small validating JSON generator, by Lloyd Hilaiel. This module is a Perl interface to that library. To find out more about YAJL, please vi...
LBROCARD/JSON-YAJL-0.10 - 05 Aug 2011 06:41:39 UTC