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