CppUnit project page CppUnit home page

writer.h File Reference

#include "value.h"
#include <vector>
#include <string>

Include dependency graph for writer.h:

This graph shows which files directly or indirectly include this file:

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)


SourceForge Logo hosts this site. Send comments to:
CppUnit Developers