Add support for arbitrary array rank in copyArray()

This commit is contained in:
Benoit Blanchon
2021-12-20 17:51:27 +01:00
parent 84e9447f12
commit 184a7c4fbd
3 changed files with 48 additions and 94 deletions

View File

@@ -11,6 +11,7 @@ HEAD
* Add `as<JsonString>()` and `is<JsonString>()`
* Add safe bool idiom in `JsonString`
* Add support for NUL in string values (issue #1646)
* Add support for arbitrary array rank in `copyArray()`
* Remove `DeserializationError == bool` and `DeserializationError != bool`
* Renamed undocumented function `isUndefined()` to `isUnbound()`
* Fix `JsonVariant::memoryUsage()` for raw strings