README 342 B

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