7 bool is_whitespace(
char codepoint);
9 bool is_whitespace_not_newline(
char codepoint);
11 bool is_C0_control(
char c);
13 std::string render_json_string(std::string
const& s);
15 std::string render_string_unquoted_if_possible(std::string
const& s);