escape_string
Defined in header: <orcus/json_global.hpp>
-
std::string orcus::json::escape_string(std::string_view input)
Properly escape an input string appropriate for json output.
- Parameters:
input – string value to escape.
- Returns:
escaped string value.