Fixed deserializeJson() when input contains duplicate keys (fixes #1095)

This commit is contained in:
Benoit Blanchon
2019-09-27 10:01:17 +02:00
parent 713aaa3d68
commit a37480eec9
3 changed files with 14 additions and 6 deletions

View File

@@ -6,6 +6,7 @@ HEAD
* Added support for custom writer classes (issue #1088)
* Added conversion from `JsonArray` and `JsonObject` to `bool`, to be consistent with `JsonVariant`
* Fixed `deserializeJson()` when input contains duplicate keys (issue #1095)
v6.12.0 (2019-09-05)
-------