mirror of
https://github.com/bblanchon/ArduinoJson.git
synced 2025-07-19 05:22:24 +02:00
Test empty object serialization
This commit is contained in:
@ -24,6 +24,8 @@ public:
|
||||
|
||||
bool operator==(const JsonObject& other) const;
|
||||
|
||||
void serialize(char* buffer, size_t bufferSize) const;
|
||||
|
||||
private:
|
||||
JsonNode* _node;
|
||||
|
||||
|
Reference in New Issue
Block a user