Go to the documentation of this file.
31 void endList(
const std::string &key);
33 void start(
const std::string &key);
35 void end(
const std::string &key);
41 void start(
const char *key);
43 void end(
const char *key);
void _indent(void)
Definition: MLR.cpp:139
void startList(const std::string &key)
Definition: JSONR.cpp:155
void startRoot(void)
Definition: JSONR.cpp:137
void start(const std::string &key)
Definition: JSONR.cpp:29
std::string _indentationString
Definition: MLR.h:60
void endRoot(void)
Definition: JSONR.cpp:146
bool _isAListContainer(void)
Definition: MLR.cpp:198
void end(const std::string &key)
Definition: JSONR.cpp:109
std::string & escapeASCIIDoubleQuote(std::string &s)
Definition: BasicLatinStringUtilities.cpp:77
JSONR()
Definition: JSONR.cpp:19
void _end(const std::string &key)
Definition: MLR.cpp:121
std::ostringstream _ss
Definition: MLR.h:62
void _incrementChildren()
Definition: MLR.cpp:97
unsigned _getNumberOfChildren()
Definition: MLR.cpp:109
void endList(const std::string &key)
Definition: JSONR.cpp:192
void _start(const std::string &key)
Definition: MLR.cpp:88
void addKeyValuePairToList(const std::string &key, const std::string &value)
Definition: JSONR.cpp:174
void addKeyValuePair(const std::string &key, const std::string &value)
Definition: JSONR.cpp:77
void _setAsListContainer(void)
Definition: MLR.cpp:186