newsguile-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!

Back to the top

Powered by Savane 3.13-02a9.
Corresponding source code