Added getElement() and getMember() to JsonVariantConst

This commit is contained in:
Benoit Blanchon
2020-01-27 12:35:32 +01:00
parent b04b549b34
commit 94b1c75fd2
4 changed files with 42 additions and 5 deletions

View File

@@ -5,6 +5,8 @@ HEAD
----
* Fixed regression in UTF16 decoding (issue #1173)
* Fixed `containsKey()` on `JsonVariantConst`
* Added `getElement()` and `getMember()` to `JsonVariantConst`
v6.14.0 (2020-01-16)
-------