forked from bblanchon/ArduinoJson
Added operators ==
and !=
for JsonDocument
This commit is contained in:
@ -5,6 +5,7 @@
|
||||
add_executable(JsonDocumentTests
|
||||
add.cpp
|
||||
BasicJsonDocument.cpp
|
||||
compare.cpp
|
||||
containsKey.cpp
|
||||
createNested.cpp
|
||||
DynamicJsonDocument.cpp
|
||||
|
Reference in New Issue
Block a user