mirror of
https://github.com/nlohmann/json
synced 2024-11-23 04:20:06 +00:00
18 lines
396 B
Plaintext
18 lines
396 B
Plaintext
{
|
|
"compiler": {
|
|
"c++": "201103",
|
|
"family": "clang",
|
|
"version": "13.0.0 (clang-1300.0.29.30)"
|
|
},
|
|
"copyright": "(C) 2013-2022 Niels Lohmann",
|
|
"name": "JSON for Modern C++",
|
|
"platform": "apple",
|
|
"url": "https://github.com/nlohmann/json",
|
|
"version": {
|
|
"major": 3,
|
|
"minor": 10,
|
|
"patch": 5,
|
|
"string": "3.10.5"
|
|
}
|
|
}
|