forked from bblanchon/ArduinoJson
Test size() after calling CreateObject
This commit is contained in:
@ -14,6 +14,8 @@ public:
|
||||
|
||||
virtual ~StaticJsonBuffer() {}
|
||||
|
||||
/*JsonObject*/void createObject() { _size++; }
|
||||
|
||||
int capacity()
|
||||
{
|
||||
return CAPACITY;
|
||||
|
Reference in New Issue
Block a user