blob: a0d2a77bbfbc920a5c0924e74cc358521d21cd1e (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
Guile-json is a JSON module for Guile. It supports parsing and
building JSON documents according to the http://json.org
specification. These are the main features:
- Strictly complies to http://json.org specification.
- Build JSON documents programmatically via macros.
- Basic unicode support for strings.
- Allows JSON pretty printing.
|