guile-user
[Top][All Lists]
Advanced

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

guile-json 3.0.0 released


From: Aleix Conchillo Flaqué
Subject: guile-json 3.0.0 released
Date: Sat, 29 Dec 2018 22:27:38 -0800

Hi,

I'm pleased to announce guile-json 3.0.0. This is another breaking
change release (hopefully no one had time to update to 2.0.0). Thanks
to everyone for all the comments.

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

* Changes in 3.0.0

- JSON objects are now defined as alists (instead of hash tables) and
JSON arrays are now defined as vectors (instead of lists). Both of
these changes are mainly to use types that have read syntax. This will
simplify things for the user when defining JSON objects which is
probably the most common case.

- Fixed and issue when parsing only JSON numbers.

- Added unit tests.

Happy hacking!

Aleix



reply via email to

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