[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Change in JSON.FromString?
[Thread Prev] | [Thread Next]
- Subject: Re: Change in JSON.FromString?
- From: Benoît Minisini <benoit.minisini@xxxxxxxxxxxxxxxx>
- Date: Sat, 4 Oct 2025 13:59:19 +0200
- To: user@xxxxxxxxxxxxxxxxxxxxxx
Le 04/10/2025 à 11:15, Salva a écrit :
Hi,I've seen that in the development version, the JSON.FromString function returns a Collection object instead of a JSONCollection.This will cause errors in programs developed in previous versions that use the JSON class.Best regards.
It's fixed in the last commit: now JSON.FromString() will use JSONCollection when its second argument is TRUE, as it was before.
Regards, -- Benoît Minisini.
Change in JSON.FromString? | Salva <harpomix@xxxxxxxxx> |