Escape sequences allowed in TOON
const Map<String, String> kEscapeSequences = { '\\': '\\\\', '"': '\\"', '\n': '\\n', '\r': '\\r', '\t': '\\t', };