mirror of
https://github.com/bblanchon/ArduinoJson.git
synced 2025-07-29 18:27:37 +02:00
Renamed undocumented function isUndefined()
to isUnbound()
This commit is contained in:
@ -17,7 +17,7 @@ add_executable(JsonArrayTests
|
||||
size.cpp
|
||||
std_string.cpp
|
||||
subscript.cpp
|
||||
undefined.cpp
|
||||
unbound.cpp
|
||||
)
|
||||
|
||||
add_test(JsonArray JsonArrayTests)
|
||||
|
Reference in New Issue
Block a user