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:
@@ -18,4 +18,9 @@ JsonNode* JsonBuffer::createNode()
|
||||
if (!node) return 0;
|
||||
|
||||
return new (node) JsonNode();
|
||||
}
|
||||
|
||||
JsonArray JsonBuffer::parseArray(char const *string)
|
||||
{
|
||||
return JsonArray();
|
||||
}
|
||||
Reference in New Issue
Block a user