guile-json - News
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!
Powered by Savane 3.14-50d9.
Corresponding source code