Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

26 days ago

Language

C++

Compiler

gcc HEAD 16.0.0 20250423 (experimental)

Options
Warnings
Don't Use Boost
C++14(GNU)
no pedantic

Author

anonymous

26 days ago

ArduinoJson.h

$ 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