|
ascii-chat 0.6.0
Real-time terminal-based video chat with ASCII art conversion
|
Data Structures | |
| class | JsonArray |
| JSON array builder. More... | |
| class | JsonObject |
| JSON object builder. More... | |
| class | JsonValue |
| JSON value wrapper (can hold any JSON type) More... | |
Functions | |
| std::string | escape (const std::string &str) |
| Escape a string for JSON output. | |
|
inline |
Escape a string for JSON output.
Definition at line 30 of file json.h.
Referenced by ascii_query::HttpResponse::badRequest(), ascii_query::HttpResponse::notFound(), ascii_query::HttpResponse::serverError(), ascii_query::json::JsonValue::toString(), and ascii_query::json::JsonObject::toString().