![]() |
Qt 6.x
The Qt SDK
|
#include <qjsonwriter_p.h>
Static Public Member Functions | |
static void | objectToJson (const QCborContainerPrivate *o, QByteArray &json, int indent, bool compact=false) |
static void | arrayToJson (const QCborContainerPrivate *a, QByteArray &json, int indent, bool compact=false) |
Definition at line 26 of file qjsonwriter_p.h.
|
static |
Definition at line 200 of file qjsonwriter.cpp.
References arrayContentToJson(), QByteArray::reserve(), and QByteArray::size().
Referenced by QJsonDocument::toJson().
|
static |
Definition at line 191 of file qjsonwriter.cpp.
References o, objectContentToJson(), QByteArray::reserve(), and QByteArray::size().
Referenced by QJsonDocument::toJson().