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