9b32f72584
As I learned in https://github.com/melpon/wandbox/issues/209, this library is already installed at Wandbox, so we need to adjust the examples to use `#include "json.hpp"` insteas of `#include <json.hpp>`.
17 lines
389 B
Text
17 lines
389 B
Text
{
|
|
"compiler": {
|
|
"c++": "201103",
|
|
"family": "clang",
|
|
"version": "8.1.0 (clang-802.0.42)"
|
|
},
|
|
"copyright": "(C) 2013-2017 Niels Lohmann",
|
|
"name": "JSON for Modern C++",
|
|
"platform": "apple",
|
|
"url": "https://github.com/nlohmann/json",
|
|
"version": {
|
|
"major": 2,
|
|
"minor": 1,
|
|
"patch": 1,
|
|
"string": "2.1.1"
|
|
}
|
|
}
|