![]() |
Qt 6.x
The Qt SDK
|
#include <qjsonobject.h>
#include <qjsonvalue.h>
#include <qjsonarray.h>
#include <qjsondocument.h>
#include <qstringlist.h>
#include <qdebug.h>
#include <qvariant.h>
#include <qcbormap.h>
#include <qmap.h>
#include <qhash.h>
#include <private/qcborvalue_p.h>
#include "qjsonwriter_p.h"
#include "qjson_p.h"
#include <algorithm>
Go to the source code of this file.
Functions | |
template<typename String > | |
static qsizetype | indexOf (const QExplicitlySharedDataPointer< QCborContainerPrivate > &o, String key, bool *keyExists) |
size_t | qHash (const QJsonObject &object, size_t seed) |
QDebug | operator<< (QDebug dbg, const QJsonObject &o) |
QDataStream & | operator<< (QDataStream &stream, const QJsonObject &object) |
QDataStream & | operator>> (QDataStream &stream, QJsonObject &object) |
|
static |
QDataStream & operator<< | ( | QDataStream & | stream, |
const QJsonObject & | object | ||
) |
Definition at line 1435 of file qjsonobject.cpp.
References QJsonDocument::Compact, and QJsonDocument::toJson().
QDebug operator<< | ( | QDebug | dbg, |
const QJsonObject & | o | ||
) |
Definition at line 1418 of file qjsonobject.cpp.
QDataStream & operator>> | ( | QDataStream & | stream, |
QJsonObject & | object | ||
) |
Definition at line 1442 of file qjsonobject.cpp.
References QJsonDocument::object().
size_t qHash | ( | const QJsonObject & | object, |
size_t | seed | ||
) |