Index of Module json - part-cw/lambdanative GitHub Wiki
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 |