|
Twitch SDK (Internal)
|
Go to the source code of this file.
Classes | |
| class | ttv::json::Writer |
| Abstract class for writers. More... | |
| class | ttv::json::FastWriter |
| Outputs a Value in JSON format without formatting (not human friendly). More... | |
| class | ttv::json::StyledWriter |
| Writes a Value in JSON format in a human friendly way. More... | |
| class | ttv::json::StyledStreamWriter |
| Writes a Value in JSON format in a human friendly way, to a stream rather than to a string. More... | |
Namespaces | |
| ttv | |
| JSON (JavaScript Object Notation). | |
| ttv::json | |
Functions | |
| std::string JSON_API | ttv::json::valueToString (Int value) |
| std::string JSON_API | ttv::json::valueToString (UInt value) |
| std::string JSON_API | ttv::json::valueToString (Int64 value) |
| std::string JSON_API | ttv::json::valueToString (UInt64 value) |
| std::string JSON_API | ttv::json::valueToString (double value) |
| std::string JSON_API | ttv::json::valueToString (bool value) |
| std::string JSON_API | ttv::json::valueToQuotedString (const char *value) |
| std::ostream & | ttv::json::operator<< (std::ostream &, const Value &root) |
| Output using the StyledStreamWriter. More... | |
1.8.13