mirror of
https://github.com/bblanchon/ArduinoJson.git
synced 2025-11-02 23:51:37 +01:00
Merge DynamicJsonDocument with JsonDocument
This commit is contained in:
@@ -136,7 +136,7 @@ TEST_CASE("Writer<custom_string>") {
|
||||
}
|
||||
|
||||
TEST_CASE("serializeJson(doc, String)") {
|
||||
DynamicJsonDocument doc(1024);
|
||||
JsonDocument doc(1024);
|
||||
doc["hello"] = "world";
|
||||
::String output;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user