bug#77762: [PATCH] web: Add JSON module.
Arun Isaac <[email protected]> Sun, 13 Apr 2025 02:39:25 +0100
| Newsgroups | gmane.lisp.guile.bugs |
|---|---|
| Message-ID | <[email protected]> |
Hi David, Thanks for the patch. I'm just trying to understand: Why do we need a JSON module in guile itself? Isn't guile-json, the way it is as an external library, good enough? > API that can read/write JSON to/from a port using only Scheme data > types that have read syntax (i.e. no hash tables like guile-json). guile-json does not use hash tables. guile-json uses association lists. I believe the decision to use hash tables was reversed many years ago. Cheers! Arun