Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

almost 2 years ago

Language

C++

Compiler

gcc 5.5.0

Options
Warnings
Boost 1.75.0
C++11
no pedantic

Author

anonymous

almost 2 years ago

ArduinoJson.h

$ g++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.75.0-gcc-5.5.0/include -std=c++11
{"sensor":"gps","time":1351824120,"data":[48.75608,2.302038]}
{
  "sensor": "gps",
  "time": 1351824120,
  "data": [
    48.75608,
    2.302038
  ]
}
Exit Code:
0