mirror of
https://github.com/nlohmann/json.git
synced 2026-02-26 05:16:27 +00:00
🚧 fixed more warnings
This commit is contained in:
@@ -163,7 +163,7 @@ TEST_CASE("README", "[hide]")
|
||||
j.clear(); // the array is empty again
|
||||
|
||||
// comparison
|
||||
j == "[\"foo\", 1, true]"_json; // true
|
||||
bool x = (j == "[\"foo\", 1, true]"_json); // true
|
||||
|
||||
// create an object
|
||||
json o;
|
||||
|
||||
Reference in New Issue
Block a user