mirror of
https://github.com/eledio-devices/thirdparty-ArduinoJson.git
synced 2025-11-01 00:38:27 +01:00
Extracting a common base class for JsonArray and JsonObject...
This commit is contained in:
@@ -34,6 +34,8 @@ class List {
|
||||
|
||||
protected:
|
||||
node_type *createNode();
|
||||
void addNode(node_type *node);
|
||||
void removeNode(node_type *nodeToRemove);
|
||||
|
||||
JsonBuffer *_buffer;
|
||||
node_type *_firstNode;
|
||||
|
||||
Reference in New Issue
Block a user