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 startRoot(void)
Definition: JSONR.cpp:137
void start(const std::string &key)
Definition: JSONR.cpp:29
void end(const std::string &key)
Definition: JSONR.cpp:109
void endRoot(void)
Definition: JSONR.cpp:146
void endList(const std::string &key)
Definition: JSONR.cpp:192
void addKeyValuePair(const std::string &key, const std::string &value)
Definition: JSONR.cpp:77
JSONR()
Definition: JSONR.cpp:19
void addKeyValuePairToList(const std::string &key, const std::string &value)
Definition: JSONR.cpp:174
void startList(const std::string &key)
Definition: JSONR.cpp:155