Uses of Class
io.qt.core.QJsonValue
-
Uses of QJsonValue in io.qt.core
Modifier and TypeMethodDescriptionfinal QJsonValue
QJsonArray.at
(int i) QJsonValue.clone()
final QJsonValue
QJsonArray.first()
static QJsonValue
QJsonValue.fromVariant
(Object variant) final QJsonValue
QJsonDocument.getArrayValue
(int i) final QJsonValue
QJsonValue.getArrayValue
(int i) final QJsonValue
QJsonDocument.getObjectValue
(String key) final QJsonValue
QJsonValue.getObjectValue
(String key) final QJsonValue
QJsonArray.last()
final QJsonValue
final QJsonValue
QJsonArray.takeAt
(int i) final QJsonValue
QCborValue.toJsonValue()
final QJsonValue
QVariant.toJsonValue()
final QJsonValue
Modifier and TypeMethodDescriptionprotected final QSequentialConstIterator<QJsonValue>
QJsonArray.constBegin()
protected final QSequentialConstIterator<QJsonValue>
QJsonObject.constBegin()
protected final QSequentialConstIterator<QJsonValue>
QJsonArray.constEnd()
protected final QSequentialConstIterator<QJsonValue>
QJsonObject.constEnd()
QJsonArray.erase
(QSequentialConstIterator<QJsonValue> it) QJsonObject.erase
(QSequentialConstIterator<QJsonValue> it) QJsonArray.iterator()
QJsonObject.iterator()
Modifier and TypeMethodDescriptionfinal void
QJsonArray.append
(QJsonValue value) final boolean
QJsonArray.contains
(QJsonValue element) static QCborValue
QCborValue.fromJsonValue
(QJsonValue v) final void
QJsonArray.insert
(int i, QJsonValue value) final QJsonArray
QJsonArray.plus
(QJsonValue v) final void
QJsonArray.prepend
(QJsonValue value) final void
QJsonArray.replace
(int i, QJsonValue value) final void
QJsonObject.setValue
(String key, QJsonValue value) final void
QJsonValue.swap
(QJsonValue other) Modifier and TypeMethodDescriptionQJsonArray.erase
(QSequentialConstIterator<QJsonValue> it) QJsonObject.erase
(QSequentialConstIterator<QJsonValue> it) ModifierConstructorDescriptionQJsonArray
(QJsonValue... args) QJsonValue
(QJsonValue other) QVariant
(QJsonValue jsonValue)