James

Results 1 comments of James

I also found this solution works: ``` crow::json::wvalue x; std::vector ids = {1,2,3}; std::vector names = {"test1", "test2", "test3"}; size_t i; for (i = 0; i < ids.size(); ++i) {...