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

JSONCollection and Nulls


Hi all

Given 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


Follow-Ups:
Re: JSONCollection and NullsT Lee Davidson <t.lee.davidson@xxxxxxxxx>