Outputs a Value in JSON format without formatting (not human friendly). More...
#include <writer.h>
Public Member Functions | |
void | enableYAMLCompatibility () |
FastWriter () | |
std::string | write (const Value &root) override |
~FastWriter () override | |
Public Member Functions inherited from Json::Writer | |
virtual | ~Writer () |
Private Member Functions | |
void | writeValue (const Value &value) |
Private Attributes | |
std::string | document_ |
bool | yamlCompatiblityEnabled_ |
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.
Json::FastWriter::FastWriter | ( | ) |
|
inlineoverride |
Definition at line 33 of file writer.h.
References AlCaHLTBitMon_QueryRunRegistry::string, TriggerAnalyzer::write(), and edm::writeParameterValue::writeValue().
void Json::FastWriter::enableYAMLCompatibility | ( | ) |
|
overridevirtual |
Implements Json::Writer.
Referenced by pkg.AbstractPkg::generate().
|
private |