mirror of
https://github.com/eledio-devices/thirdparty-ArduinoJson.git
synced 2025-11-02 08:48:27 +01:00
Parse empty array
This commit is contained in:
@@ -27,6 +27,8 @@ public:
|
||||
|
||||
JsonValue createValue();
|
||||
|
||||
JsonArray parseArray(char const *string);
|
||||
|
||||
protected:
|
||||
virtual void* allocateNode() = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user