guile-json - Summary
This group is not part of the GNU Project.
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.
- Unicode support for strings.
- Allows JSON pretty printing.
Registration Date: Tue 29 Jan 2013 08:14:19 AM UTC
License: GNU General Public License v3 or later
Development Status: 5 - Production/Stable
posted by aleix, Wed 03 Feb 2021 09:46:54 PM UTC
I'm happy to announce guile-json 4.5.2. This version just fixes some compilation warnings.
Happy hacking!
posted by aleix, Mon 11 Jan 2021 05:46:47 PM UTC
I'm happy to announce guile-json 4.5.1. This version fixes an issue where false values were not being interpreted correctly in JSON mappings.
Happy hacking!
posted by aleix, Mon 11 Jan 2021 05:45:53 PM UTC
I'm excited to announce guile-json 4.5.0. This version introduces a new way of defining a mapping between JSON objects and records.
Happy hacking!
posted by aleix, Sun 29 Nov 2020 08:24:03 AM UTC
I'm happy to announce guile-json 4.4.1.This version fixes a few parsing issues found after running the parser against the JSON Parsing Test Suite (https://github.com/nst/JSONTestSuite).
Happy hacking!
Powered by Savane 3.14-79a4.
Corresponding source code