JsonCpp project page JsonCpp home page

Namespaces | Functions
json_writer.cpp File Reference
#include <json/writer.h>
#include <utility>
#include <assert.h>
#include <stdio.h>
#include <string.h>
#include <iostream>
#include <sstream>
#include <iomanip>
+ Include dependency graph for json_writer.cpp:

Go to the source code of this file.

Namespaces

namespace  Json
 JSON (JavaScript Object Notation).
 

Functions

static bool Json::isControlCharacter (char ch)
 
static bool Json::containsControlCharacter (const char *str)
 
static void Json::uintToString (unsigned int value, char *&current)
 
std::string Json::valueToString (Int value)
 
std::string Json::valueToString (UInt value)
 
std::string Json::valueToString (double value)
 
std::string Json::valueToString (bool value)
 
std::string Json::valueToQuotedString (const char *value)
 
std::ostream & Json::operator<< (std::ostream &, const Value &root)
 Output using the StyledStreamWriter.
 

SourceForge Logo hosts this site. Send comments to:
Json-cpp Developers