forked from bblanchon/ArduinoJson
Made JsonNodeType private
This commit is contained in:
@ -23,5 +23,4 @@ public:
|
||||
|
||||
private:
|
||||
JsonNode* getOrCreateNodeAt(const char* key);
|
||||
JsonNode* createContainerNodeAt(const char* key, JsonNodeType type);
|
||||
};
|
Reference in New Issue
Block a user