Skip to content

Index of Module json

Chris Petersen edited this page Sep 18, 2015 · 1 revision

Module: json

This module provides JSON encoding/decoding.

Functions in this module:

Function Short Description
(json-encode obj) JSON-encode an object
(json-decode str) Decode a JSON string to a list
(json-error? obj) Check if object is a JSON error
Clone this wiki locally