1 2 3 4 5
json func() { return json{{"num", 0}, {"obj", {{"a", 1}, {"b", 2}}}, {"list", json::array({{{"a", 3}, {"b", 4}}})}}; }