mirror of
https://github.com/eledio-devices/thirdparty-ArduinoJson.git
synced 2025-11-01 08:48:30 +01:00
Clear the JsonObject or JsonArray in deserializeJson()
This commit is contained in:
@@ -3,13 +3,14 @@
|
||||
# MIT License
|
||||
|
||||
add_executable(JsonParserTests
|
||||
JsonArray.cpp
|
||||
DynamicJsonArray.cpp
|
||||
DynamicJsonObject.cpp
|
||||
DynamicJsonVariant.cpp
|
||||
JsonError.cpp
|
||||
JsonObject.cpp
|
||||
JsonVariant.cpp
|
||||
nestingLimit.cpp
|
||||
StaticJsonArray.cpp
|
||||
StaticJsonObject.cpp
|
||||
StaticJsonVariant.cpp
|
||||
)
|
||||
|
||||
target_link_libraries(JsonParserTests catch)
|
||||
|
||||
Reference in New Issue
Block a user