CMS 3D CMS Logo

List of all members | Public Member Functions | Private Member Functions | Private Attributes
Json::FastWriter Class Reference

Outputs a Value in JSON format without formatting (not human friendly). More...

#include <writer.h>

Inheritance diagram for Json::FastWriter:
Json::Writer

Public Member Functions

void enableYAMLCompatibility ()
 
 FastWriter ()
 
virtual std::string write (const Value &root)
 
virtual ~FastWriter ()
 
- Public Member Functions inherited from Json::Writer
virtual ~Writer ()
 

Private Member Functions

void writeValue (const Value &value)
 

Private Attributes

std::string document_
 
bool yamlCompatiblityEnabled_
 

Detailed Description

Outputs a Value in JSON format without formatting (not human friendly).

The JSON document is written in a single line. It is not intended for 'human' consumption, but may be usefull to support feature such as RPC where bandwith is limited.

See also
Reader, Value

Definition at line 29 of file writer.h.

Constructor & Destructor Documentation

Json::FastWriter::FastWriter ( )
virtual Json::FastWriter::~FastWriter ( )
inlinevirtual

Member Function Documentation

void Json::FastWriter::enableYAMLCompatibility ( )
virtual std::string Json::FastWriter::write ( const Value root)
virtual

Implements Json::Writer.

Referenced by pkg.AbstractPkg::generate().

void Json::FastWriter::writeValue ( const Value value)
private

Member Data Documentation

std::string Json::FastWriter::document_
private

Definition at line 43 of file writer.h.

bool Json::FastWriter::yamlCompatiblityEnabled_
private

Definition at line 44 of file writer.h.