forked from bblanchon/ArduinoJson
Parse empty array
This commit is contained in:
@ -38,4 +38,5 @@ protected:
|
||||
private:
|
||||
JsonNode _buffer[CAPACITY];
|
||||
int _size;
|
||||
};
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user