mirror of
https://github.com/bblanchon/ArduinoJson.git
synced 2025-07-29 10:17:39 +02:00
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