CppUnit project page | CppUnit home page |
#include "value.h"
#include <vector>
#include <string>
Go to the source code of this file.
Namespaces | |
namespace | Json |
Classes | |
class | Json::FastWriter |
Outputs a Value in JSON format without formatting (not human friendly). More... | |
class | Json::StyledWriter |
Writes a Value in JSON format in a human friendly way. More... | |
Functions | |
std::string | Json::valueToString (Value::Int value) |
std::string | Json::valueToString (Value::UInt value) |
std::string | Json::valueToString (double value) |
std::string | Json::valueToString (bool value) |
std::string | Json::valueToQuotedString (const char *value) |
hosts this site. |
Send comments to: CppUnit Developers |