``` std::string body = "";//illegal std::string body = "a"//illegal nlohmann::json reqContext = nlohmann::json::parse(body); ``` how the program knows? Of course, the premise is that the program cannot crash. Thanks
how the program knows?
Of course, the premise is that the program cannot crash.
Thanks