#include <bwi_tools/json/writer.h>
#include <utility>
#include <assert.h>
#include <stdio.h>
#include <string.h>
#include <iostream>
#include <sstream>
#include <iomanip>
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 *¤t) |
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) |