JsonObjectValue Class
(Utils::JsonObjectValue)Inherits: | Utils::JsonValue |
Public Functions
JsonObjectValue() | |
void | addMember(const QString &name, Utils::JsonValue *value) |
bool | hasMember(const QString &name) const |
bool | isEmpty() const |
Utils::JsonValue * | member(const QString &name) const |
QHash<QString, Utils::JsonValue *> | members() const |
Reimplemented Public Functions
virtual Utils::JsonObjectValue * | toObject() override |
- 8 public functions inherited from Utils::JsonValue
Protected Functions
JsonObjectValue(Utils::JsonValue::Kind kind) |
Additional Inherited Members
- 5 static public members inherited from Utils::JsonValue
Member Function Documentation
JsonObjectValue::JsonObjectValue()
Default constructs an instance of JsonObjectValue.
[protected]
JsonObjectValue::JsonObjectValue(Utils::JsonValue::Kind kind)
Default constructs an instance of JsonObjectValue.