mirror of
https://github.com/bblanchon/ArduinoJson.git
synced 2025-07-29 10:17:39 +02:00
Fixed inner object bug
This commit is contained in:
@ -30,5 +30,7 @@ public:
|
||||
|
||||
private:
|
||||
JsonNode* _node;
|
||||
|
||||
JsonNode* getActualNode() const;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user