Uses of Class
io.qt.core.QJsonValue
Packages that use QJsonValue
-
Uses of QJsonValue in io.qt.core
Methods in io.qt.core that return QJsonValueModifier and TypeMethodDescriptionfinal QJsonValue
QJsonArray.at
(int i) QJsonValue.clone()
Creates and returns a copy of this object.final QJsonValue
QJsonArray.first()
static QJsonValue
QJsonValue.fromVariant
(Object variant) final QJsonValue
QJsonArray.get
(int i) final QJsonValue
QJsonDocument.get
(int i) final QJsonValue
final QJsonValue
final QJsonValue
QJsonValue.get
(int i) final QJsonValue
final QJsonValue
QJsonDocument.getArrayValue
(int i) Delegate forQJsonDocument.get(int)
.final QJsonValue
QJsonValue.getArrayValue
(int i) Delegate forget(int)
.final QJsonValue
QJsonDocument.getObjectValue
(String key) Delegate forQJsonDocument.get(java.lang.String)
.final QJsonValue
QJsonValue.getObjectValue
(String key) Delegate forget(java.lang.String)
.final QJsonValue
QJsonArray.last()
final QJsonValue
final QJsonValue
QJsonArray.takeAt
(int i) final QJsonValue
QCborValue.toJsonValue()
final QJsonValue
QVariant.toJsonValue()
final QJsonValue
Methods in io.qt.core that return types with arguments of type QJsonValueModifier 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()
Returns an iterator for this iterable object.QJsonObject.iterator()
Returns an iterator for this iterable object.Methods in io.qt.core with parameters of type QJsonValueModifier and TypeMethodDescriptionfinal void
QJsonArray.append
(QJsonValue value) final void
QJsonValue.assign
(QJsonValue other) final boolean
QJsonArray.contains
(QJsonValue element) final boolean
QJsonValue.equals
(QJsonValue other) static QCborValue
QCborValue.fromJsonValue
(QJsonValue v) final void
QJsonArray.insert
(int i, QJsonValue value) final QJsonObject
QJsonObject.insert
(String key, QJsonValue value) final QJsonArray
QJsonArray.plus
(QJsonValue v) final void
QJsonArray.prepend
(QJsonValue value) final void
QJsonArray.replace
(int i, QJsonValue value) final void
QJsonArray.set
(int i, QJsonValue value) SeeQJsonArray::
operator[](int) final void
QJsonObject.set
(String key, QJsonValue value) SeeQJsonObject::
operator[](QStringView) final void
QJsonObject.setValue
(String key, QJsonValue value) Deprecated.final void
QJsonValue.swap
(QJsonValue other) Method parameters in io.qt.core with type arguments of type QJsonValueModifier and TypeMethodDescriptionQJsonArray.erase
(QSequentialConstIterator<QJsonValue> it) QJsonObject.erase
(QSequentialConstIterator<QJsonValue> it) Constructors in io.qt.core with parameters of type QJsonValueModifierConstructorDescriptionQJsonArray
(QJsonValue ... args) QJsonValue
(QJsonValue other) QVariant
(QJsonValue jsonValue)
QJsonObject.set(java.lang.String, io.qt.core.QJsonValue)
instead.