![]() |
Qt 6.x
The Qt SDK
|
#include <QtCore/qjsonvalue.h>
#include <QtCore/qscopedpointer.h>
#include <memory>
Go to the source code of this file.
Classes | |
class | QJsonParseError |
\inmodule QtCore\reentrant More... | |
class | QJsonDocument |
\inmodule QtCore\reentrant More... | |
Namespaces | |
namespace | QJsonPrivate |
Functions | |
Q_CORE_EXPORT QDebug | operator<< (QDebug, const QJsonDocument &) |
Q_CORE_EXPORT QDataStream & | operator<< (QDataStream &, const QJsonDocument &) |
Q_CORE_EXPORT QDataStream & | operator>> (QDataStream &, QJsonDocument &) |
Q_CORE_EXPORT QDataStream & operator<< | ( | QDataStream & | stream, |
const QJsonDocument & | doc | ||
) |
Definition at line 508 of file qjsondocument.cpp.
References QJsonDocument::Compact, and QJsonDocument::toJson().
Q_CORE_EXPORT QDebug operator<< | ( | QDebug | dbg, |
const QJsonDocument & | o | ||
) |
Definition at line 110 of file qjsondocument.cpp.
Q_CORE_EXPORT QDataStream & operator>> | ( | QDataStream & | stream, |
QJsonDocument & | doc | ||
) |
Definition at line 514 of file qjsondocument.cpp.
References QJsonDocument::fromJson(), and QDataStream::ReadCorruptData.