Fixed serializeJson(obj[key], dst) (closes #794)

This commit is contained in:
Benoit Blanchon
2018-08-21 18:07:41 +02:00
parent 9cbc891816
commit 7683667b3c
6 changed files with 96 additions and 1 deletions

View File

@@ -6,6 +6,7 @@ HEAD
* Implemented reference semantics for `JsonVariant`
* Replace `JsonPair`'s `key` and `value` with `key()` and `value()`
* Fixed `serializeJson(obj[key], dst)` (issue #794)
> ### BREAKING CHANGES
>