Language
C++
Compiler
gcc HEAD 16.0.0 20250423 (experimental)
Options
Warnings
Don't Use Boost
C++14(GNU)
no pedantic
$ g++ prog.cc -Wall -Wextra -std=gnu++14
IS ARRAY? : 0 OBJ: "new"
IS ARRAY? : 0 OBJ: [{"id":"new","test":123}]
IS ARRAY? : 0 OBJ: {"address":"new"}
IS ARRAY? : 0 OBJ: "new"
NEW OBJ:
{
"session_int": "old",
"zzz": 34,
"array_type": [
{
"id": "new",
"test": 123
}
],
"lan": {
"address": "old"
}
}
Exit Code:
0