{"id":157,"date":"2025-05-27T19:50:49","date_gmt":"2025-05-27T11:50:49","guid":{"rendered":"https:\/\/look123.top\/?p=157"},"modified":"2025-05-27T19:50:49","modified_gmt":"2025-05-27T11:50:49","slug":"qstring%e5%92%8cqjson%e4%ba%92%e8%bd%ac","status":"publish","type":"post","link":"https:\/\/look123.top\/index.php\/2025\/05\/27\/qstring%e5%92%8cqjson%e4%ba%92%e8%bd%ac\/","title":{"rendered":"QString\u548cQJson\u4e92\u8f6c"},"content":{"rendered":"\n<p>1\u3001QJsonObject\u8f6cQString<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>QString strRet;\nQJsonDocument doc(jsonObj);\nstrRet = QString(doc.toJson(QJsonDocument::Indented));<\/code><\/pre>\n\n\n\n<p>2\u3001QString\u8f6cQJsonObject<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>QJsonDocument doc = QJsonDocument::fromJson(strJson.toUtf8());\nQJsonObject obj = doc.object();<\/code><\/pre>\n\n\n\n<p>3\u3001QJsonArray\u8f6cQString<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>QString strRet;\nQJsonDocument doc(jar);\nstrRet = QString(doc.toJson(QJsonDocument::Indented));<\/code><\/pre>\n\n\n\n<p>4\u3001QString\u8f6cQJsonArray<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code> QJsonDocument doc = QJsonDocument::fromJson(strJson.toUtf8());\n QJsonArray arry = doc.array();<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>1\u3001QJsonObject\u8f6cQString 2\u3001QString\u8f6cQJsonObject 3\u3001QJsonArra &#8230; <a title=\"QString\u548cQJson\u4e92\u8f6c\" class=\"read-more\" href=\"https:\/\/look123.top\/index.php\/2025\/05\/27\/qstring%e5%92%8cqjson%e4%ba%92%e8%bd%ac\/\" aria-label=\"\u9605\u8bfb QString\u548cQJson\u4e92\u8f6c\">\u9605\u8bfb\u66f4\u591a<\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-157","post","type-post","status-publish","format-standard","hentry","category-cpp_qt"],"_links":{"self":[{"href":"https:\/\/look123.top\/index.php\/wp-json\/wp\/v2\/posts\/157","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/look123.top\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/look123.top\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/look123.top\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/look123.top\/index.php\/wp-json\/wp\/v2\/comments?post=157"}],"version-history":[{"count":1,"href":"https:\/\/look123.top\/index.php\/wp-json\/wp\/v2\/posts\/157\/revisions"}],"predecessor-version":[{"id":158,"href":"https:\/\/look123.top\/index.php\/wp-json\/wp\/v2\/posts\/157\/revisions\/158"}],"wp:attachment":[{"href":"https:\/\/look123.top\/index.php\/wp-json\/wp\/v2\/media?parent=157"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/look123.top\/index.php\/wp-json\/wp\/v2\/categories?post=157"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/look123.top\/index.php\/wp-json\/wp\/v2\/tags?post=157"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}