bug#77762: [PATCH] web: Add JSON module.

2025-04-13 Thread Maxim Cournoyer
Hi David, "Thompson, David" writes: > Attached is a patch that adds a new (web json) module. Some may > remember that I submitted a patch back in 2015 (time flies, eh?) for > an (ice-9 json) module that never made it in. Well, 10 years is a long > time and Guile still doesn't have a built-in JSO

bug#77762: [PATCH] web: Add JSON module.

2025-04-13 Thread Arun Isaac
Hi David, > I mean, Guile doesn't *need* to include anything, but JSON is one of > the most common serialization formats around. Most language > implementations ship with a JSON library. Guile already has a suite > of web modules and so this fits right in with those. Over the years > I've noti