15 std::string json =
"{";
16 json +=
"\"result_code\": " + std::to_string(result_code) +
", " +
17 "\"n_simulations\": " + std::to_string(n_simulations) +
", " +
18 "\"error\": " + std::to_string(error) +
", " +
19 "\"result\": " + std::to_string(result) +
"}";
std::string to_json() const
A function that converts a MonteCarloResult to a JSON string.
The main header file for the FTQlib library.