Sha256: ac55b4531b6c10bce79df0d6ec6ed8370365fdd4e49b4d4177c6ed17b6e2b44f
Contents?: true
Size: 335 Bytes
Versions: 16
Compression:
Stored size: 335 Bytes
Contents
#pragma once #include <string> namespace hocon { bool is_whitespace(char codepoint); bool is_whitespace_not_newline(char codepoint); bool is_C0_control(char c); std::string render_json_string(std::string const& s); std::string render_string_unquoted_if_possible(std::string const& s); } // namespace hocon
Version data entries
16 entries across 16 versions & 2 rubygems