mirror of
https://github.com/nlohmann/json
synced 2025-01-08 08:20:16 +00:00
commit
5fe6b83c26
@ -225,9 +225,9 @@ TEST_CASE("alternative string type")
|
|||||||
|
|
||||||
{
|
{
|
||||||
alt_json doc;
|
alt_json doc;
|
||||||
doc["list"] = { 1, 0, 2 };
|
doc["object"] = { {"currency", "USD"}, {"value", 42.99} };
|
||||||
alt_string dump = doc.dump();
|
alt_string dump = doc.dump();
|
||||||
CHECK(dump == R"({"list":[1,0,2]})");
|
CHECK(dump == R"({"object":{"currency":"USD","value":42.99}})");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user