mirror of
https://github.com/eledio-devices/thirdparty-ArduinoJson.git
synced 2025-11-02 08:48:27 +01:00
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