mirror of
https://github.com/eledio-devices/thirdparty-ArduinoJson.git
synced 2025-11-01 00:38:27 +01:00
Return JsonArray and JsonObject by value (closes #309)
This commit is contained in:
@@ -75,7 +75,9 @@ class JsonSerializer {
|
||||
_writer.writeBoolean(value);
|
||||
}
|
||||
|
||||
void acceptUndefined() {}
|
||||
void acceptNull() {
|
||||
_writer.writeRaw("null");
|
||||
}
|
||||
|
||||
size_t bytesWritten() const {
|
||||
return _writer.bytesWritten();
|
||||
|
||||
Reference in New Issue
Block a user