Namespaces | Functions
json_writer.cpp File Reference
#include <bwi_tools/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::containsControlCharacter (const char *str)
static bool Json::isControlCharacter (char ch)
std::ostream & Json::operator<< (std::ostream &, const Value &root)
 Output using the StyledStreamWriter.
static void Json::uintToString (unsigned int value, char *&current)
std::string JSON_API Json::valueToQuotedString (const char *value)
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)


bwi_tools
Author(s): Piyush Khandelwal
autogenerated on Fri Aug 28 2015 10:14:30