Namespaces | |
namespace | Json |
JSON (JavaScript Object Notation). | |
Functions | |
std::string JSON_API | Json::valueToString (Int value) |
std::string JSON_API | Json::valueToString (UInt value) |
std::string JSON_API | Json::valueToString (double value) |
std::string JSON_API | Json::valueToString (bool value) |
std::string JSON_API | Json::valueToQuotedString (const char *value) |
std::ostream & | Json::operator<< (std::ostream &, const Value &root) |
Output using the StyledStreamWriter. |