![]() |
Qt 6.x
The Qt SDK
|
#include <QtCore/qjsonvalue.h>#include <QtCore/qiterator.h>#include <QtCore/qpair.h>#include <QtCore/qshareddata.h>#include <initializer_list>
Include dependency graph for qjsonobject.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | QJsonObject |
| \inmodule QtCore\reentrant More... | |
| class | QJsonObject::iterator |
| \inmodule QtCore\reentrant More... | |
| class | QJsonObject::const_iterator |
| \inmodule QtCore More... | |
Functions | |
| Q_CORE_EXPORT size_t | qHash (const QJsonObject &object, size_t seed=0) |
| Q_CORE_EXPORT QDebug | operator<< (QDebug, const QJsonObject &) |
| Q_CORE_EXPORT QDataStream & | operator<< (QDataStream &, const QJsonObject &) |
| Q_CORE_EXPORT QDataStream & | operator>> (QDataStream &, QJsonObject &) |
| Q_CORE_EXPORT QDataStream & operator<< | ( | QDataStream & | stream, |
| const QJsonObject & | object | ||
| ) |
Definition at line 1435 of file qjsonobject.cpp.
References QJsonDocument::Compact, and QJsonDocument::toJson().
Here is the call graph for this function:| Q_CORE_EXPORT QDebug operator<< | ( | QDebug | dbg, |
| const QJsonObject & | o | ||
| ) |
Definition at line 245 of file qjsonobject.cpp.
| Q_CORE_EXPORT QDataStream & operator>> | ( | QDataStream & | stream, |
| QJsonObject & | object | ||
| ) |
Definition at line 1442 of file qjsonobject.cpp.
References QJsonDocument::object().
Here is the call graph for this function:| Q_CORE_EXPORT size_t qHash | ( | const QJsonObject & | object, |
| size_t | seed = 0 |
||
| ) |