Re: guile-json 3.5.0 released

2020-05-10 Thread Aleix Conchillo Flaqué
On Sun, Apr 26, 2020 at 10:14 AM Ludovic Courtès wrote: > Hi Aleix, > > Aleix Conchillo Flaqué skribis: > > > I am happy to announce guile-json 3.5.0. This release includes a > > significant cleanup thanks to using pattern matching (idea taken from > > Chickadee's JSON reader, thanks!). This ver

Re: guile-json 3.5.0 released

2020-04-26 Thread Aleix Conchillo Flaqué
On Sun, Apr 26, 2020 at 10:14 AM Ludovic Courtès wrote: > Hi Aleix, > > Aleix Conchillo Flaqué skribis: > > > I am happy to announce guile-json 3.5.0. This release includes a > > significant cleanup thanks to using pattern matching (idea taken from > > Chickadee's JSON reader, thanks!). This ver

Re: guile-json 3.5.0 released

2020-04-26 Thread Ludovic Courtès
Hi Aleix, Aleix Conchillo Flaqué skribis: > I am happy to announce guile-json 3.5.0. This release includes a > significant cleanup thanks to using pattern matching (idea taken from > Chickadee's JSON reader, thanks!). This version also handles invalid JSON > better, see NEWS file for details. >

guile-json 3.5.0 released

2020-04-21 Thread Aleix Conchillo Flaqué
Hi, I am happy to announce guile-json 3.5.0. This release includes a significant cleanup thanks to using pattern matching (idea taken from Chickadee's JSON reader, thanks!). This version also handles invalid JSON better, see NEWS file for details. https://github.com/aconchillo/guile-json Let me