Classes | |
| class | Writer |
| Abstract class for writers. More... | |
| class | FastWriter |
| Outputs a Value in JSON format without formatting (not human friendly). More... | |
| class | StyledWriter |
| Writes a Value in JSON format in a human friendly way. More... | |
| class | StyledStreamWriter |
| Writes a Value in JSON format in a human friendly way, to a stream rather than to a string. More... | |
Namespaces | |
| CSJson | |
| JSON (JavaScript Object Notation). | |
Constant Groups | |
| CSJson | |
| JSON (JavaScript Object Notation). | |
Functions | |
| std::string | (Int value) |
| std::string | (UInt value) |
| std::string | (LargestInt value) |
| std::string | (LargestUInt value) |
| std::string | (double value) |
| local | ( local value) |
| std::string | (bool value) |
| var | ( var value) |
| local | ( local value) |
| std::string | (const char *value) |
| std::ostream & | (std::ostream &, const Value &root) |
| Output using the StyledStreamWriter. More... | |