This package browser is in early development. Mind the rough edges.

guile-json 3.5.0

JSON module for Guile

Guile-JSON supports parsing and building JSON documents according to the specification. These are the main features:

  • Strictly complies to specification.

  • Build JSON documents programmatically via macros.

  • Unicode support for strings.

  • Allows JSON pretty printing.

Installation

Install guile-json 3.5.0 as follows:

guix install guile-json@3.5.0

Or install the latest version:

guix install guile-json

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.