mirror of
https://github.com/bblanchon/ArduinoJson.git
synced 2025-07-25 00:07:34 +02:00
Added JsonDocument::operator[]
This commit is contained in:
@ -7,6 +7,7 @@ add_executable(JsonDocumentTests
|
||||
nesting.cpp
|
||||
isNull.cpp
|
||||
StaticJsonDocument.cpp
|
||||
subscript.cpp
|
||||
)
|
||||
|
||||
target_link_libraries(JsonDocumentTests catch)
|
||||
|
Reference in New Issue
Block a user