mirror of
https://github.com/nlohmann/json.git
synced 2025-07-09 11:01:47 +03:00
💄 cleanup
This commit is contained in:
@ -1136,10 +1136,7 @@ class basic_json
|
||||
result["url"] = "https://github.com/nlohmann/json";
|
||||
result["version"] =
|
||||
{
|
||||
{"string", "2.1.1"},
|
||||
{"major", 2},
|
||||
{"minor", 1},
|
||||
{"patch", 1}
|
||||
{"string", "2.1.1"}, {"major", 2}, {"minor", 1}, {"patch", 1}
|
||||
};
|
||||
|
||||
#ifdef _WIN32
|
||||
|
Reference in New Issue
Block a user