forked from bblanchon/ArduinoJson
JsonVariant automatically promotes to JsonObject or JsonArray on write
This commit is contained in:
@ -3,9 +3,11 @@
|
||||
# MIT License
|
||||
|
||||
add_executable(JsonDocumentTests
|
||||
add.cpp
|
||||
createNested.cpp
|
||||
DynamicJsonDocument.cpp
|
||||
nesting.cpp
|
||||
isNull.cpp
|
||||
nesting.cpp
|
||||
StaticJsonDocument.cpp
|
||||
subscript.cpp
|
||||
)
|
||||
|
Reference in New Issue
Block a user