Added JsonDocument::operator[]

This commit is contained in:
Benoit Blanchon
2019-01-23 11:43:29 +01:00
parent 4167b11434
commit 933a66a070
5 changed files with 86 additions and 12 deletions

View File

@@ -19,6 +19,7 @@ HEAD
* The copy constructor of `DynamicJsonDocument` chooses the capacity according to the memory usage of the source, not from the capacity of the source.
* Added the ability to create/assign a `StaticJsonDocument`/`DynamicJsonDocument` from a `JsonArray`/`JsonObject`/`JsonVariant`
* Added `JsonDocument::isNull()`
* Added `JsonDocument::operator[]`
> ### BREAKING CHANGES
>