JsonVariant automatically promotes to JsonObject or JsonArray on write

This commit is contained in:
Benoit Blanchon
2019-01-29 14:09:09 +01:00
parent 5aea1363cc
commit 6f55d1e58f
53 changed files with 1197 additions and 541 deletions

View File

@ -147,7 +147,7 @@ TEST_CASE("unsigned char[]") {
}
}
SECTION("JsonObjectSubscript") {
SECTION("MemberProxy") {
SECTION("operator=") { // issue #416
unsigned char value[] = "world";
@ -181,7 +181,7 @@ TEST_CASE("unsigned char[]") {
}
}
SECTION("JsonArraySubscript") {
SECTION("ElementProxy") {
SECTION("set()") {
unsigned char value[] = "world";