mirror of
https://github.com/nlohmann/json.git
synced 2026-07-09 20:15:12 +00:00
75e8fbac32
* 📡 Fix stale 3.12.x placeholder in operator_ne.md version history PR #5253 (removing the hand-written operator!= to fix #3868/P2468R2) merged after the earlier 3.12.x -> 3.13.0 global sweep, so its new version-history entries were written with the stale placeholder. Signed-off-by: Niels Lohmann <mail@nlohmann.me> * 🚷 Fix stale twitter.com link in docset.json Signed-off-by: Niels Lohmann <mail@nlohmann.me> --------- Signed-off-by: Niels Lohmann <mail@nlohmann.me>
11 lines
213 B
JSON
11 lines
213 B
JSON
{
|
|
"name": "JSON for Modern C++",
|
|
"version": "3.12.0",
|
|
"archive": "JSON_for_Modern_C++.tgz",
|
|
"author": {
|
|
"name": "Niels Lohmann",
|
|
"link": "https://nlohmann.me"
|
|
},
|
|
"aliases": ["nlohmann/json"]
|
|
}
|