[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
guile-json 0.5.0 released
From: |
Aleix Conchillo Flaqué |
Subject: |
guile-json 0.5.0 released |
Date: |
Tue, 23 Feb 2016 22:23:04 -0800 |
Hi,
I am happy to announce a new minor guile-json release 0.5.0. This
release allows converting simple alists to json. Thanks to Jan
Nieuwenhuizen!
For example:
scheme@(json)> (scm->json-string '((a . 1) (b . 2)))
$2 = "{\"a\" : 1,\"b\" : 2}"
For installation details and documentation:
https://github.com/aconchillo/guile-json
Happy hacking!
Aleix
- guile-json 0.5.0 released,
Aleix Conchillo Flaqué <=