[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
JSONCollection and Nulls
[Thread Prev] | [Thread Next]
- Subject: JSONCollection and Nulls
- From: Jesus Guardon <ea7dfh@xxxxxxxxxx>
- Date: Mon, 13 May 2024 23:29:26 +0200
- To: user@xxxxxxxxxxxxxxxxxxxxxx
Hi allGiven a JSON string which may contain some null fields, I'm decoding this JSON and filling a JSONCollection object. This works without issues, but:
Setting the JSON.Decode() second argument to True doesn't produce a collection containing all the original elements of JSON nulls, as it is wrtten in the documentation. I was expecting a (special) collection containing all the collection keys and somehow, with the corresponding JSON.Null values.
Benoit, is it the way it works or am I doing something wrong? -- Regards Jesus
Re: JSONCollection and Nulls | T Lee Davidson <t.lee.davidson@xxxxxxxxx> |