Classes | Namespaces | Functions
writer.h File Reference
#include "value.h"
#include <vector>
#include <string>
#include <iostream>
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.

Classes

class  Json::FastWriter
 Outputs a Value in JSON format without formatting (not human friendly). More...
class  Json::StyledStreamWriter
 Writes a Value in JSON format in a human friendly way, to a stream rather than to a string. More...
class  Json::StyledWriter
 Writes a Value in JSON format in a human friendly way. More...
class  Json::Writer
 Abstract class for writers. More...

Namespaces

namespace  Json
 

JSON (JavaScript Object Notation).


Functions

std::ostream & Json::operator<< (std::ostream &, const Value &root)
 Output using the StyledStreamWriter.
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 Thu Jun 6 2019 17:57:26