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:
@@ -140,7 +140,7 @@ class MsgPackSerializer {
|
||||
writeByte(value ? 0xC3 : 0xC2);
|
||||
}
|
||||
|
||||
void acceptUndefined() {
|
||||
void acceptNull() {
|
||||
writeByte(0xC0);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user