guile-json 4.7.3
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.
- Outputs:
out
- Website: https://github.com/aconchillo/guile-json
- Licenses: GPL 3+
- Package source: gnu/packages/guile.scm
- Builds: See build status
- Issues: See known issues
Installation
Install guile-json 4.7.3
as follows:
guix install guile-json@4.7.3
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.