mirror of
https://github.com/bblanchon/ArduinoJson.git
synced 2025-07-15 19:42:12 +02:00
Remove StaticJsonDocument
This commit is contained in:
@ -136,7 +136,7 @@ TEST_CASE("Writer<custom_string>") {
|
||||
}
|
||||
|
||||
TEST_CASE("serializeJson(doc, String)") {
|
||||
StaticJsonDocument<1024> doc;
|
||||
DynamicJsonDocument doc(1024);
|
||||
doc["hello"] = "world";
|
||||
::String output;
|
||||
|
||||
|
Reference in New Issue
Block a user