{"id":9279,"date":"2020-12-10T09:44:09","date_gmt":"2020-12-10T14:44:09","guid":{"rendered":"http:\/\/local.brightwhiz\/?p=9279"},"modified":"2024-02-20T16:51:44","modified_gmt":"2024-02-20T13:51:44","slug":"qt-6-0-release-with-new-graphics-architecture","status":"publish","type":"post","link":"http:\/\/local.brightwhiz\/qt-6-0-release-with-new-graphics-architecture\/","title":{"rendered":"Qt 6.0 Release With New Graphics Architecture And Styling For Qt Quick"},"content":{"rendered":"\n

Qt 6.0 release has been announced with new graphics architecture, Desktop styling for Qt Quick, Qt Quick 3D, and default support for CMake build system.<\/p>\n\n\n\n

Qt 6.0 has been in the works for years now and is considered as the starting point for the next generation of Qt. It is also important to note that it is not yet as feature-complete as Qt 5.15 but is expected to catch up in the next few months with subsequent updates with Qt 6.2 LTS, by the end of September being the target.<\/p>\n\n\n\n

The next few months will be dedicated to the stability of the new releases and taking the new property system into more wide-spread use within Qt itself.<\/p>\n\n\n\n

Highlights of Qt 6.0 Release<\/h2>\n\n\n\n

Supported platforms<\/h2>\n\n\n\n

Qt 6.0 Release is officially supported on Windows 10, macOS 10.14 and newer, Linux (Ubuntu 20.04, CentOS 8.1, OpenSuSE 15.1), iOS 13 or newer, and Android (API level 23 or newer). Qt 6 does not yet support any of the embedded<\/a> real-time operating systems supported in Qt 5. Both QNX and INTEGRITY should have support by 6.2 LTS.<\/p>\n\n\n\n

Compatibility for widely used classes that have been removed from Qt 6, such as QRegExp, QTextCodec, the old SAX parser for XML<\/a>, and a few other items are available through the Qt5CoreCompat module.<\/p>\n\n\n\n

CMake Build System and Packaging<\/h2>\n\n\n\n

CMake is now the preferred build system. this means there are significant improvements for users that use CMake<\/a>. It is worth noting that there will be continued support for qmake throughout the lifetime of Qt 6. Qt 6 also comes with a much smaller default package, and many of the add-ons are now distributed as separate packages through a package manager.<\/p>\n\n\n\n

This opens the possibility to use the package manager as a delivery channel for 3rd party content. The existing Qt installer is currently being used as the backend for the package manager.<\/p>\n\n\n\n

C++17<\/h2>\n\n\n\n

Qt 6 now requires a C++17 compatible compiler enabling the use of more modern C++ language constructs when developing Qt <\/a>and also allows for integration points on the API side.<\/p>\n\n\n\n

Core Libraries and APIs<\/h2>\n\n\n\n

There are several improvements in Qt Core such as the new property and binding system that made QML<\/a> such a huge success in Qt 5 now available from C++. Qt strings are now fully aligned with Unicode. QList and QVector have been unified into one class with the latter being an alias of the former. The class also comes with major performance improvements.<\/p>\n\n\n\n

QMetaType and QVariant classes have practically been re-written almost entirely from scratch. Qt Concurrent has also received the same treatment resulting in development of multi-threaded applications much easier. Qt Network has seen lots of clean-up and improvements as well.<\/p>\n\n\n\n

Qt Quick 3D and Qt 3D<\/h2>\n\n\n\n

The relatively new module Qt Quick 3D provides seamless integration between 2D and 3D content with full support for creating complex 3D scenes including placing 2D items in 3D scenes. This is done using the underlying graphics API and Hardware. There is improved support for glTF2 and physics-based rendering and much more in this domain.<\/p>\n\n\n\n

Desktop Styling for Qt Quick<\/h2>\n\n\n\n

Qt Quick controls can now look & feel native on desktop operating systems. Native styling is supported on both macOS and Windows<\/a>. In Android and Linux custom styling already existed with the Material and Fusion styles from Qt 5. The Native style for iOS<\/a> is expected to come in later releases.<\/p>\n\n\n\n

All New Qt 6.0 Release Graphics Architecture<\/h2>\n\n\n\n

The older graphics architecture was very dependent on OpenGL as the underlying 3D<\/a> graphics API. With the introduction of Metal and Vulkan changes have been made. 3D graphics in Qt Quick<\/a> are now built on top of a new abstraction layer for 3D graphics called RHI (Rendering Hardware Interface).<\/p>\n\n\n\n

RHI makes it possible for Qt to use the native 3D graphics API of the underlying OS\/platform. With that in mind, Direct3D will be used on Windows and Metal on macOS by default. A new module called QtShaderTools has been added to deal with the different shading languages of those APIs. The OpenGL specific classes still exist but are no longer in QtGui but have been moved to the QtOpenGL module.<\/p>\n\n\n\n

You can read more about the Qt 6.0 release here<\/a>. Open source<\/a> users can go and download the new version from the official download page here<\/a>. Commercial customers can download it from the Qt Account portal<\/a>. <\/p>\n","protected":false},"excerpt":{"rendered":"

Qt 6.0 release has been announced with new graphics architecture, Desktop styling for Qt Quick, Qt Quick 3D, and default support for CMake build system. Qt 6.0 has been in…<\/p>\n","protected":false},"author":1,"featured_media":9283,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[25,13,27,16,18],"tags":[53,111,164,220,291,306,321,328,354,359,424,426,433,449,479,482,483,484,486,543,544,545,639,646],"yoast_head":"\nQt 6.0 Release With New Graphics Architecture And Styling For Qt Quick<\/title>\n<meta name=\"description\" content=\"Qt 6.0 release announced with new graphics architecture, Desktop styling for Qt Quick, Qt Quick 3D, and default support for CMake\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"http:\/\/local.brightwhiz\/qt-6-0-release-with-new-graphics-architecture\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Qt 6.0 Release With New Graphics Architecture And Styling For Qt Quick\" \/>\n<meta property=\"og:description\" content=\"Qt 6.0 release announced with new graphics architecture, Desktop styling for Qt Quick, Qt Quick 3D, and default support for CMake\" \/>\n<meta property=\"og:url\" content=\"http:\/\/local.brightwhiz\/qt-6-0-release-with-new-graphics-architecture\/\" \/>\n<meta property=\"og:site_name\" content=\"Brightwhiz.com\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/brightwhiz\/\" \/>\n<meta property=\"article:published_time\" content=\"2020-12-10T14:44:09+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-02-20T13:51:44+00:00\" \/>\n<meta property=\"og:image\" content=\"http:\/\/local.brightwhiz\/wp-content\/uploads\/2020\/12\/Qt-6.0-Release.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1200\" \/>\n\t<meta property=\"og:image:height\" content=\"630\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Michael Bright\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@brightwhizmag\" \/>\n<meta name=\"twitter:site\" content=\"@brightwhizmag\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Michael Bright\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"http:\/\/local.brightwhiz\/qt-6-0-release-with-new-graphics-architecture\/#article\",\"isPartOf\":{\"@id\":\"http:\/\/local.brightwhiz\/qt-6-0-release-with-new-graphics-architecture\/\"},\"author\":{\"name\":\"Michael Bright\",\"@id\":\"http:\/\/local.brightwhiz\/#\/schema\/person\/81f0f3126f13834ae2e7f381b3028e32\"},\"headline\":\"Qt 6.0 Release With New Graphics Architecture And Styling For Qt Quick\",\"datePublished\":\"2020-12-10T14:44:09+00:00\",\"dateModified\":\"2024-02-20T13:51:44+00:00\",\"mainEntityOfPage\":{\"@id\":\"http:\/\/local.brightwhiz\/qt-6-0-release-with-new-graphics-architecture\/\"},\"wordCount\":720,\"publisher\":{\"@id\":\"http:\/\/local.brightwhiz\/#organization\"},\"image\":{\"@id\":\"http:\/\/local.brightwhiz\/qt-6-0-release-with-new-graphics-architecture\/#primaryimage\"},\"thumbnailUrl\":\"http:\/\/local.brightwhiz\/wp-content\/uploads\/2020\/12\/Qt-6.0-Release.jpg\",\"keywords\":[\"Android\",\"C++\",\"Cross Platform\",\"Embedded\",\"Hardware\",\"IDEs\",\"iOS\",\"JavaScript\",\"Linux\",\"MacOS\",\"Open Source\",\"OpenGL\",\"Optimization\",\"Performance\",\"QML\",\"Qt\",\"Qt 3D\",\"Qt Creator\",\"Qt Quick\",\"Software Design\",\"Software development\",\"Software Engineering\",\"WebAssembly\",\"Windows\"],\"articleSection\":[\"Libraries\",\"News\",\"Programming\",\"Technology\",\"Tools\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"http:\/\/local.brightwhiz\/qt-6-0-release-with-new-graphics-architecture\/\",\"url\":\"http:\/\/local.brightwhiz\/qt-6-0-release-with-new-graphics-architecture\/\",\"name\":\"Qt 6.0 Release With New Graphics Architecture And Styling For Qt Quick\",\"isPartOf\":{\"@id\":\"http:\/\/local.brightwhiz\/#website\"},\"primaryImageOfPage\":{\"@id\":\"http:\/\/local.brightwhiz\/qt-6-0-release-with-new-graphics-architecture\/#primaryimage\"},\"image\":{\"@id\":\"http:\/\/local.brightwhiz\/qt-6-0-release-with-new-graphics-architecture\/#primaryimage\"},\"thumbnailUrl\":\"http:\/\/local.brightwhiz\/wp-content\/uploads\/2020\/12\/Qt-6.0-Release.jpg\",\"datePublished\":\"2020-12-10T14:44:09+00:00\",\"dateModified\":\"2024-02-20T13:51:44+00:00\",\"description\":\"Qt 6.0 release announced with new graphics architecture, Desktop styling for Qt Quick, Qt Quick 3D, and default support for CMake\",\"breadcrumb\":{\"@id\":\"http:\/\/local.brightwhiz\/qt-6-0-release-with-new-graphics-architecture\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"http:\/\/local.brightwhiz\/qt-6-0-release-with-new-graphics-architecture\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"http:\/\/local.brightwhiz\/qt-6-0-release-with-new-graphics-architecture\/#primaryimage\",\"url\":\"http:\/\/local.brightwhiz\/wp-content\/uploads\/2020\/12\/Qt-6.0-Release.jpg\",\"contentUrl\":\"http:\/\/local.brightwhiz\/wp-content\/uploads\/2020\/12\/Qt-6.0-Release.jpg\",\"width\":1200,\"height\":630,\"caption\":\"Qt 6.0 Release\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"http:\/\/local.brightwhiz\/qt-6-0-release-with-new-graphics-architecture\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"http:\/\/local.brightwhiz\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Qt 6.0 Release With New Graphics Architecture And Styling For Qt Quick\"}]},{\"@type\":\"WebSite\",\"@id\":\"http:\/\/local.brightwhiz\/#website\",\"url\":\"http:\/\/local.brightwhiz\/\",\"name\":\"Brightwhiz.com\",\"description\":\"Best Tech guides, Tutorials, and News\",\"publisher\":{\"@id\":\"http:\/\/local.brightwhiz\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"http:\/\/local.brightwhiz\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"http:\/\/local.brightwhiz\/#organization\",\"name\":\"Brightwhiz\",\"url\":\"http:\/\/local.brightwhiz\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"http:\/\/local.brightwhiz\/#\/schema\/logo\/image\/\",\"url\":\"http:\/\/local.brightwhiz\/wp-content\/uploads\/2021\/11\/brightwhiz-com-logo-orange.png\",\"contentUrl\":\"http:\/\/local.brightwhiz\/wp-content\/uploads\/2021\/11\/brightwhiz-com-logo-orange.png\",\"width\":706,\"height\":135,\"caption\":\"Brightwhiz\"},\"image\":{\"@id\":\"http:\/\/local.brightwhiz\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/brightwhiz\/\",\"https:\/\/twitter.com\/brightwhizmag\",\"https:\/\/instagram.com\/bright_whiz\/\",\"https:\/\/www.pinterest.com\/sobbayi\/\",\"https:\/\/www.youtube.com\/channel\/UC6sCdP_d_RiTIM7ErFT-PSQ\"]},{\"@type\":\"Person\",\"@id\":\"http:\/\/local.brightwhiz\/#\/schema\/person\/81f0f3126f13834ae2e7f381b3028e32\",\"name\":\"Michael Bright\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"http:\/\/local.brightwhiz\/#\/schema\/person\/image\/\",\"url\":\"http:\/\/1.gravatar.com\/avatar\/da90485875ff0aafa38fdd494abe87d1?s=96&d=mm&r=g\",\"contentUrl\":\"http:\/\/1.gravatar.com\/avatar\/da90485875ff0aafa38fdd494abe87d1?s=96&d=mm&r=g\",\"caption\":\"Michael Bright\"},\"sameAs\":[\"https:\/\/sobbayi.com\"],\"url\":\"http:\/\/local.brightwhiz\/author\/sobbayiadmin\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Qt 6.0 Release With New Graphics Architecture And Styling For Qt Quick","description":"Qt 6.0 release announced with new graphics architecture, Desktop styling for Qt Quick, Qt Quick 3D, and default support for CMake","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"http:\/\/local.brightwhiz\/qt-6-0-release-with-new-graphics-architecture\/","og_locale":"en_US","og_type":"article","og_title":"Qt 6.0 Release With New Graphics Architecture And Styling For Qt Quick","og_description":"Qt 6.0 release announced with new graphics architecture, Desktop styling for Qt Quick, Qt Quick 3D, and default support for CMake","og_url":"http:\/\/local.brightwhiz\/qt-6-0-release-with-new-graphics-architecture\/","og_site_name":"Brightwhiz.com","article_publisher":"https:\/\/www.facebook.com\/brightwhiz\/","article_published_time":"2020-12-10T14:44:09+00:00","article_modified_time":"2024-02-20T13:51:44+00:00","og_image":[{"width":1200,"height":630,"url":"http:\/\/local.brightwhiz\/wp-content\/uploads\/2020\/12\/Qt-6.0-Release.jpg","type":"image\/jpeg"}],"author":"Michael Bright","twitter_card":"summary_large_image","twitter_creator":"@brightwhizmag","twitter_site":"@brightwhizmag","twitter_misc":{"Written by":"Michael Bright","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"http:\/\/local.brightwhiz\/qt-6-0-release-with-new-graphics-architecture\/#article","isPartOf":{"@id":"http:\/\/local.brightwhiz\/qt-6-0-release-with-new-graphics-architecture\/"},"author":{"name":"Michael Bright","@id":"http:\/\/local.brightwhiz\/#\/schema\/person\/81f0f3126f13834ae2e7f381b3028e32"},"headline":"Qt 6.0 Release With New Graphics Architecture And Styling For Qt Quick","datePublished":"2020-12-10T14:44:09+00:00","dateModified":"2024-02-20T13:51:44+00:00","mainEntityOfPage":{"@id":"http:\/\/local.brightwhiz\/qt-6-0-release-with-new-graphics-architecture\/"},"wordCount":720,"publisher":{"@id":"http:\/\/local.brightwhiz\/#organization"},"image":{"@id":"http:\/\/local.brightwhiz\/qt-6-0-release-with-new-graphics-architecture\/#primaryimage"},"thumbnailUrl":"http:\/\/local.brightwhiz\/wp-content\/uploads\/2020\/12\/Qt-6.0-Release.jpg","keywords":["Android","C++","Cross Platform","Embedded","Hardware","IDEs","iOS","JavaScript","Linux","MacOS","Open Source","OpenGL","Optimization","Performance","QML","Qt","Qt 3D","Qt Creator","Qt Quick","Software Design","Software development","Software Engineering","WebAssembly","Windows"],"articleSection":["Libraries","News","Programming","Technology","Tools"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"http:\/\/local.brightwhiz\/qt-6-0-release-with-new-graphics-architecture\/","url":"http:\/\/local.brightwhiz\/qt-6-0-release-with-new-graphics-architecture\/","name":"Qt 6.0 Release With New Graphics Architecture And Styling For Qt Quick","isPartOf":{"@id":"http:\/\/local.brightwhiz\/#website"},"primaryImageOfPage":{"@id":"http:\/\/local.brightwhiz\/qt-6-0-release-with-new-graphics-architecture\/#primaryimage"},"image":{"@id":"http:\/\/local.brightwhiz\/qt-6-0-release-with-new-graphics-architecture\/#primaryimage"},"thumbnailUrl":"http:\/\/local.brightwhiz\/wp-content\/uploads\/2020\/12\/Qt-6.0-Release.jpg","datePublished":"2020-12-10T14:44:09+00:00","dateModified":"2024-02-20T13:51:44+00:00","description":"Qt 6.0 release announced with new graphics architecture, Desktop styling for Qt Quick, Qt Quick 3D, and default support for CMake","breadcrumb":{"@id":"http:\/\/local.brightwhiz\/qt-6-0-release-with-new-graphics-architecture\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["http:\/\/local.brightwhiz\/qt-6-0-release-with-new-graphics-architecture\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"http:\/\/local.brightwhiz\/qt-6-0-release-with-new-graphics-architecture\/#primaryimage","url":"http:\/\/local.brightwhiz\/wp-content\/uploads\/2020\/12\/Qt-6.0-Release.jpg","contentUrl":"http:\/\/local.brightwhiz\/wp-content\/uploads\/2020\/12\/Qt-6.0-Release.jpg","width":1200,"height":630,"caption":"Qt 6.0 Release"},{"@type":"BreadcrumbList","@id":"http:\/\/local.brightwhiz\/qt-6-0-release-with-new-graphics-architecture\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"http:\/\/local.brightwhiz\/"},{"@type":"ListItem","position":2,"name":"Qt 6.0 Release With New Graphics Architecture And Styling For Qt Quick"}]},{"@type":"WebSite","@id":"http:\/\/local.brightwhiz\/#website","url":"http:\/\/local.brightwhiz\/","name":"Brightwhiz.com","description":"Best Tech guides, Tutorials, and News","publisher":{"@id":"http:\/\/local.brightwhiz\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"http:\/\/local.brightwhiz\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Organization","@id":"http:\/\/local.brightwhiz\/#organization","name":"Brightwhiz","url":"http:\/\/local.brightwhiz\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"http:\/\/local.brightwhiz\/#\/schema\/logo\/image\/","url":"http:\/\/local.brightwhiz\/wp-content\/uploads\/2021\/11\/brightwhiz-com-logo-orange.png","contentUrl":"http:\/\/local.brightwhiz\/wp-content\/uploads\/2021\/11\/brightwhiz-com-logo-orange.png","width":706,"height":135,"caption":"Brightwhiz"},"image":{"@id":"http:\/\/local.brightwhiz\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/brightwhiz\/","https:\/\/twitter.com\/brightwhizmag","https:\/\/instagram.com\/bright_whiz\/","https:\/\/www.pinterest.com\/sobbayi\/","https:\/\/www.youtube.com\/channel\/UC6sCdP_d_RiTIM7ErFT-PSQ"]},{"@type":"Person","@id":"http:\/\/local.brightwhiz\/#\/schema\/person\/81f0f3126f13834ae2e7f381b3028e32","name":"Michael Bright","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"http:\/\/local.brightwhiz\/#\/schema\/person\/image\/","url":"http:\/\/1.gravatar.com\/avatar\/da90485875ff0aafa38fdd494abe87d1?s=96&d=mm&r=g","contentUrl":"http:\/\/1.gravatar.com\/avatar\/da90485875ff0aafa38fdd494abe87d1?s=96&d=mm&r=g","caption":"Michael Bright"},"sameAs":["https:\/\/sobbayi.com"],"url":"http:\/\/local.brightwhiz\/author\/sobbayiadmin\/"}]}},"_links":{"self":[{"href":"http:\/\/local.brightwhiz\/wp-json\/wp\/v2\/posts\/9279"}],"collection":[{"href":"http:\/\/local.brightwhiz\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/local.brightwhiz\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/local.brightwhiz\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/local.brightwhiz\/wp-json\/wp\/v2\/comments?post=9279"}],"version-history":[{"count":1,"href":"http:\/\/local.brightwhiz\/wp-json\/wp\/v2\/posts\/9279\/revisions"}],"predecessor-version":[{"id":13600,"href":"http:\/\/local.brightwhiz\/wp-json\/wp\/v2\/posts\/9279\/revisions\/13600"}],"wp:featuredmedia":[{"embeddable":true,"href":"http:\/\/local.brightwhiz\/wp-json\/wp\/v2\/media\/9283"}],"wp:attachment":[{"href":"http:\/\/local.brightwhiz\/wp-json\/wp\/v2\/media?parent=9279"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/local.brightwhiz\/wp-json\/wp\/v2\/categories?post=9279"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/local.brightwhiz\/wp-json\/wp\/v2\/tags?post=9279"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}