guile-json - News
guile-json 0.6.0 released
Item posted by Aleix Conchillo FlaquƩ <aleix> on Tue 17 Jan 2017 08:14:33 AM UTC.
I am pleased to announce guile-json 0.6.0. This release deprecates the json macro in favor of scheme data types.
For example:
(scm->json (json "hello world"))
becomes
(scm->json "hello world")
Happy hacking!
Powered by Savane 3.14-5139.
Corresponding source code