We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7448993 commit 59830baCopy full SHA for 59830ba
Release/tests/Functional/json/parsing_tests.cpp
@@ -254,7 +254,6 @@ TEST(Konnichiwa)
254
TEST(Russian)
255
{
256
utility::string_t ws = U("{ \"results\" : [ { \"id\" : 272655310, \"name\" : \"Андрей Иванов\" } ] }");
257
-
258
json::value v1 = json::value::parse(ws);
259
auto s2 = v1.to_string();
260
0 commit comments