Hi, I'm pleased to announce guile-json 3.3.0. This new version comes with a few improvements: guile-json will now throw an exception if the native scheme value used to build a JSON document is invalid (this is done before printing any JSON). Also, an additional key argument #:validate can be given to ignore the validation in the case performance is important and the data is known to be valid. Empty JSON array slots are also considered invalid, before they were generating an invalid scheme representation. A few more details can be found on the NEWS file.
https://github.com/aconchillo/guile-json Best, Aleix
