forked from bblanchon/ArduinoJson
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