newsguile-json - News: guile-json 3.0.0 release

 
 
Latest News
guile-json 4.5.2 released posted by aleix, Wed 03 Feb 2021 09:46:54 PM UTC
guile-json 4.5.1 released posted by aleix, Mon 11 Jan 2021 05:46:47 PM UTC
guile-json 4.5.0 released posted by aleix, Mon 11 Jan 2021 05:45:53 PM UTC
guile-json 4.4.1 released posted by aleix, Sun 29 Nov 2020 08:24:03 AM UTC
guile-json 4.4.0 released posted by aleix, Thu 22 Oct 2020 08:42:52 PM UTC

guile-json 3.0.0 release

Item posted by Aleix Conchillo FlaquƩ <aleix> on Sun 30 Dec 2018 06:24:11 AM UTC.

I'm pleased to announce guile-json 3.0.0. This is another breaking change release.

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

 

Back to the top

Powered by Savane 3.13-758e.
Corresponding source code