mirror of
https://github.com/eledio-devices/thirdparty-ArduinoJson.git
synced 2025-11-01 16:14:05 +01:00
Ignore write to member
This commit is contained in:
@@ -314,7 +314,7 @@ class VariantData {
|
||||
TStoragePolicy storage_policy) {
|
||||
if (isNull())
|
||||
toObject();
|
||||
if (!isObject())
|
||||
if (!isObjectStrict())
|
||||
return 0;
|
||||
return _content.asCollection.getOrAddMember(key, pool, storage_policy);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user