21 #ifndef JSON_CONVERT_H
22 #define JSON_CONVERT_H
Definition: jsonconvert.h:29
JsonConvert(const std::string &s)
Definition: jsonconvert.h:37
size_t _pos
Definition: jsonconvert.h:31
size_t _size
Definition: jsonconvert.h:34
std::string _str
Definition: jsonconvert.h:32
std::string _result
Definition: jsonconvert.h:33
virtual ~JsonConvert()
Definition: jsonconvert.h:38
std::string parseDict(const int &level=0)
std::string parseNumValue()
std::string parseListValue()
std::string parseDictKeyAndValue(const int &level)
std::string parseStringValue()
Definition: jsonconvert.h:55
JsonException(const std::string &msg)
Definition: jsonconvert.h:57
Definition: algorithm.h:28