guile-json - News
posted by aleix, Wed 03 Feb 2021 09:46:54 PM UTC
I'm happy to announce guile-json 4.5.2. This version just fixes some compilation warnings.
Happy hacking!
posted by aleix, Mon 11 Jan 2021 05:46:47 PM UTC
I'm happy to announce guile-json 4.5.1. This version fixes an issue where false values were not being interpreted correctly in JSON mappings.
Happy hacking!
posted by aleix, Mon 11 Jan 2021 05:45:53 PM UTC
I'm excited to announce guile-json 4.5.0. This version introduces a new way of defining a mapping between JSON objects and records.
Happy hacking!
posted by aleix, Sun 29 Nov 2020 08:24:03 AM UTC
I'm happy to announce guile-json 4.4.1.This version fixes a few parsing issues found after running the parser against the JSON Parsing Test Suite (https://github.com/nst/JSONTestSuite).
Happy hacking!
posted by aleix, Thu 22 Oct 2020 08:42:52 PM UTC
I'm happy to announce guile-json 4.4.0. This version improves support when converting JSON objects to records and vice versa. It allows setting the unspecified value so fields are ignored when serialized to JSON. It also allows for nested record fields.
Happy hacking!
posted by aleix, Thu 23 Jul 2020 06:56:23 PM UTC
I'm happy to announce guile-json 4.3.1. This version fixes, one more time, an issue with unicode codepoints.
Happy hacking!
posted by aleix, Thu 23 Jul 2020 04:43:45 AM UTC
I'm happy to announce guile-json 4.3.1. This version fixes an issue with unicode surrogate pairs.
Happy hacking!
posted by aleix, Sat 04 Jul 2020 06:17:08 AM UTC
I'm happy to announce guile-json 4.3.0. This new version makes [<=> RECORD->JSON] optional when using (define-json-mapping).
Happy hacking!
posted by aleix, Sat 04 Jul 2020 06:16:14 AM UTC
I'm pleased to announce guile-json 4.2.0. This version introduces a new feature to allow converting a JSON object into a record type and vice versa. This feature works well, for example, when creating REST APIs.
Happy hacking!
posted by aleix, Sat 04 Jul 2020 06:15:09 AM UTC
I'm happy to announce guile-json 4.1.0. This version improves number parsing performance by a 2x factor and cleans up and simplifies the builder code specially unicode related.
Happy hacking!
Powered by Savane 3.14-8aba.
Corresponding source code