mirror of
https://github.com/nlohmann/json
synced 2024-11-30 07:30:06 +00:00
18 lines
394 B
Plaintext
18 lines
394 B
Plaintext
{
|
|
"compiler": {
|
|
"c++": "201103",
|
|
"family": "clang",
|
|
"version": "12.0.0 (clang-1200.0.32.28)"
|
|
},
|
|
"copyright": "(C) 2013-2021 Niels Lohmann",
|
|
"name": "JSON for Modern C++",
|
|
"platform": "apple",
|
|
"url": "https://github.com/nlohmann/json",
|
|
"version": {
|
|
"major": 3,
|
|
"minor": 9,
|
|
"patch": 1,
|
|
"string": "3.9.1"
|
|
}
|
|
}
|