mirror of
https://github.com/nlohmann/json.git
synced 2025-07-29 23:01:16 +03:00
18 lines
373 B
Plaintext
18 lines
373 B
Plaintext
{
|
|
"compiler": {
|
|
"c++": "201103",
|
|
"family": "gcc",
|
|
"version": "12.4.0"
|
|
},
|
|
"copyright": "(C) 2013-2025 Niels Lohmann",
|
|
"name": "JSON for Modern C++",
|
|
"platform": "apple",
|
|
"url": "https://github.com/nlohmann/json",
|
|
"version": {
|
|
"major": 3,
|
|
"minor": 12,
|
|
"patch": 0,
|
|
"string": "3.12.0"
|
|
}
|
|
}
|