mirror of
https://github.com/nlohmann/json.git
synced 2024-12-15 14:39:02 +08:00
29cd970b94
* 🔥 consolidate documentation * ♻️ overwork std specializations * 🚚 move images files to mkdocs * ♻️ fix URLs * 🔧 tweak MkDocs configuration * 🔧 add namespaces * 📝 document deprecations * 📝 document documentation generation * 🚸 improve search * 🚸 add examples * 🚧 start adding documentation for macros * 📝 add note for https://github.com/nlohmann/json/issues/874#issuecomment-1001699139 * 📝 overwork example handling * 📝 fix Markdown tables
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-2021 Niels Lohmann",
|
|
"name": "JSON for Modern C++",
|
|
"platform": "apple",
|
|
"url": "https://github.com/nlohmann/json",
|
|
"version": {
|
|
"major": 3,
|
|
"minor": 10,
|
|
"patch": 4,
|
|
"string": "3.10.4"
|
|
}
|
|
}
|