QJsonObject rootObj = jsonDoc.object(); QString str = QString(QJsonDocument(rootObj).toJson()); QMessageBox::about(NULL, "About", str);