mirror of
https://github.com/eledio-devices/thirdparty-ArduinoJson.git
synced 2025-11-01 00:38:27 +01:00
Changed the array subscript to automatically add missing elements
This commit is contained in:
@@ -213,7 +213,7 @@ class ObjectRef : public ObjectRefBase<CollectionData>,
|
||||
FORCE_INLINE void remove(iterator it) const {
|
||||
if (!_data)
|
||||
return;
|
||||
_data->remove(it.internal());
|
||||
_data->removeSlot(it.internal());
|
||||
}
|
||||
|
||||
// remove(const std::string&) const
|
||||
|
||||
Reference in New Issue
Block a user