forked from bblanchon/ArduinoJson
JsonVariant automatically promotes to JsonObject or JsonArray on write
This commit is contained in:
@ -3,18 +3,21 @@
|
||||
# MIT License
|
||||
|
||||
add_executable(JsonVariantTests
|
||||
add.cpp
|
||||
as.cpp
|
||||
compare.cpp
|
||||
copy.cpp
|
||||
createNested.cpp
|
||||
get.cpp
|
||||
is.cpp
|
||||
isnull.cpp
|
||||
memoryUsage.cpp
|
||||
nesting.cpp
|
||||
misc.cpp
|
||||
nesting.cpp
|
||||
or.cpp
|
||||
set.cpp
|
||||
subscript.cpp
|
||||
types.cpp
|
||||
undefined.cpp
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user