guile-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: guile-json 2.0.0 released


From: Ludovic Courtès
Subject: Re: guile-json 2.0.0 released
Date: Thu, 20 Dec 2018 11:59:50 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux)

Aleix Conchillo Flaqué <address@hidden> skribis:

> On Wed, Dec 19, 2018 at 10:14 AM Aleix Conchillo Flaqué
> <address@hidden> wrote:
>>
>> My guess is that most of the time people build objects with JSON so it
>> seems logic to map them to the most convenient way to represent that
>> in Scheme which would be alists.
>>
>> So, I'm really considering switching to alists for objects and vectors
>> for arrays.
>>
>
> This would be it:
>
> https://github.com/aconchillo/guile-json/commits/switch-to-alist-and-vectors

This seems to affect ‘scm->json’ (essentially returning to what we had
in 1.x, except for arrays) but not ‘json->scm’ right?

Thanks,
Ludo’.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]