Namespaces | |
namespace | Json |
Classes | |
class | StreamWriter |
Usage:. More... | |
class | StreamWriter::Factory |
class | StreamWriterBuilder |
class | Writer |
class | FastWriter |
class | StyledWriter |
class | StyledStreamWriter |
Functions | |
std::string | writeString (StreamWriter::Factory const &factory, Value const &root) |
std::string JSON_API | valueToString (Int value) |
std::string JSON_API | valueToString (UInt value) |
std::string JSON_API | valueToString (LargestInt value) |
std::string JSON_API | valueToString (LargestUInt value) |
std::string JSON_API | valueToString (double value) |
std::string JSON_API | valueToString (bool value) |
std::string JSON_API | valueToQuotedString (const char *value) |
JSON_API std::ostream & | operator<< (std::ostream &, const Value &root) |