forked from bblanchon/ArduinoJson
Copy JsonArray and JsonObject, instead of storing pointers (fixes #780)
This commit is contained in:
@ -5,6 +5,7 @@
|
||||
add_executable(JsonVariantTests
|
||||
as.cpp
|
||||
compare.cpp
|
||||
copy.cpp
|
||||
is.cpp
|
||||
isnull.cpp
|
||||
or.cpp
|
||||
|
Reference in New Issue
Block a user