Files
json/docs/mkdocs/docs/examples/meta.output
Niels Lohmann 1705bfe914 🔖 set version to 3.12.0 (#4727)
Signed-off-by: Niels Lohmann <mail@nlohmann.me>
2025-04-11 10:41:14 +02:00

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"
}
}