guile-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

guile-json 0.6.0 released


From: Aleix Conchillo Flaqué
Subject: guile-json 0.6.0 released
Date: Tue, 17 Jan 2017 00:23:02 -0800

Hi,

I am happy to announce guile-json 0.6.0. This release deprecates the json
macro in favor of using
​ ​
scheme data type
​s​
.

For example:

    (scm->json (json (array 1 2 3)))

becomes

    (scm->json '(1 2 3))

This was already
​possible
 before but the examples were still using the macro. The macro will still
​ ​
work but will show a deprecated message if you use it (using (ice-9
deprecated))
​ and will be removed in the future.


For installation details and documentation:

    https://github.com/aconchillo/guile-json

Best,

Aleix


reply via email to

[Prev in Thread] Current Thread [Next in Thread]