Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Language

C++

Compiler

gcc HEAD 13.0.0 20220730 (experimental)

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

ArduinoJson.h

$ g++ prog.cc -Wall -Wextra -std=gnu++14
{
  "config": {
    "wifi": {
      "ssid": "thebatcave",
      "pass": "i'm*batman!"
    },
    "light": {
      "state": "off"
    }
  }
}
Exit Code:
0