My Project
 All Classes Functions Variables Pages
JsonObject Member List

This is the complete list of members for JsonObject, including all inherited members.

getArray(std::string name) (defined in JsonObject)JsonObject
getBoolean(std::string name)JsonObject
getDouble(std::string name)JsonObject
getInt(std::string name)JsonObject
getObject(std::string name)JsonObject
getString(std::string name)JsonObject
hasItem(std::string name)JsonObject
isValid()JsonObject
JSON (defined in JsonObject)JsonObjectfriend
JsonArray (defined in JsonObject)JsonObjectfriend
setArray(std::string name, JsonArray array)JsonObject
setBoolean(std::string name, bool value)JsonObject
setDouble(std::string name, double value)JsonObject
setInt(std::string name, int value)JsonObject
setObject(std::string name, JsonObject value)JsonObject
setString(std::string name, std::string value)JsonObject
toString()JsonObject
toStringUnformatted()JsonObject