forked from bblanchon/ArduinoJson
Added overflow handling in JsonVariant::as<T>() and JsonVariant::is<T>()
This commit is contained in:
@ -15,6 +15,7 @@ add_executable(JsonVariantTests
|
||||
misc.cpp
|
||||
nesting.cpp
|
||||
or.cpp
|
||||
overflow.cpp
|
||||
remove.cpp
|
||||
set.cpp
|
||||
subscript.cpp
|
||||
|
Reference in New Issue
Block a user