mirror of
https://github.com/bblanchon/ArduinoJson.git
synced 2025-07-18 04:52:22 +02:00
Added a test that adds a 'false' to an array
This commit is contained in:
@ -87,7 +87,7 @@ public:
|
||||
break;
|
||||
|
||||
case JSON_BOOLEAN:
|
||||
append(buffer, bufferSize, "true");
|
||||
append(buffer, bufferSize, items[i].value.boolean ? "true" : "false");
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user