Fix jsonobject.h bug
This commit is contained in:
@@ -111,7 +111,7 @@ private:
|
|||||||
char* getJsonString(const char* catergory, const char* stringName);
|
char* getJsonString(const char* catergory, const char* stringName);
|
||||||
|
|
||||||
void setBool(const char* catergory, const char* stringName,bool val, bool save = true);
|
void setBool(const char* catergory, const char* stringName,bool val, bool save = true);
|
||||||
bool JsonObject::getBool(const char* catergory, const char* stringName);
|
bool getBool(const char* catergory, const char* stringName);
|
||||||
|
|
||||||
char* getArrayNode(const char* catergory, const char* stringName, int index, const char* id);
|
char* getArrayNode(const char* catergory, const char* stringName, int index, const char* id);
|
||||||
void setArrayNode(const char* catergory, const char* stringName, int index, const char* id, const char* stringValue);
|
void setArrayNode(const char* catergory, const char* stringName, int index, const char* id, const char* stringValue);
|
||||||
|
|||||||
Reference in New Issue
Block a user