mirror of
https://github.com/eledio-devices/thirdparty-ArduinoJson.git
synced 2025-11-02 00:38:26 +01:00
Clear the JsonObject or JsonArray in deserializeJson()
This commit is contained in:
@@ -89,6 +89,10 @@ class List {
|
||||
}
|
||||
|
||||
protected:
|
||||
void clear() {
|
||||
_firstNode = 0;
|
||||
}
|
||||
|
||||
JsonBuffer *_buffer;
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user