Or just construct it from the QJsonObject using QJsonDocument::QJsonDocument()Qt Code:
QJSonObject object; // build JSON object QJsonDocument doc(object);To copy to clipboard, switch view to plain text mode
Or just construct it from the QJsonObject using QJsonDocument::QJsonDocument()Qt Code:
QJSonObject object; // build JSON object QJsonDocument doc(object);To copy to clipboard, switch view to plain text mode
shoeb (5th April 2016)
Bookmarks