{"id":1872,"date":"2022-02-25T20:50:24","date_gmt":"2022-02-25T20:50:24","guid":{"rendered":"https:\/\/clarionsharp.com\/blog\/?p=1872"},"modified":"2022-02-25T20:50:24","modified_gmt":"2022-02-25T20:50:24","slug":"clarion-11-1-updated-and-anyscreen-2-0-released","status":"publish","type":"post","link":"https:\/\/clarionsharp.com\/blog\/clarion-11-1-updated-and-anyscreen-2-0-released\/","title":{"rendered":"Clarion 11.1 updated and AnyScreen 2.0 released"},"content":{"rendered":"\n<p>We have an update for Clarion 11.1 and a new version of AnyScreen (v2.0).  This build fixes an elusive bug in the MS Sql driver, and well as other fixes. A new feature introduced in this build is a new Pragma &#8220;eol_is_space&#8221;, here&#8217;s an excerpt from the Help file that describes it:<\/p>\n\n\n\n<p>PRAGMA (&#8216;option(eol_is_space => on | off)&#8217;) W<br><br>If the pragma is ON, end-of-line characters inside a string literal are treated as whitespaces allowing string literals to be multi-line. This option is useful for embedding non-Clarion code, such as Javascript, HTML, and SQL scripts.<\/p>\n\n\n\n<p>There are three requirements, (1) the last line of the assignment statement (the closing single quote) must be terminated with a semi-colon, and (2) you cannot have a WINDOW,REPORT,FILE or VIEW defined within the source code where the pragma is ON, (3) the embedded string literal has a maximum length of 64K.<\/p>\n\n\n\n<p>Compiler Error: if the string literal is longer than 64K the compiler posts the error:<br>&#8220;Invalid string (misused &lt;\u2026&gt; or {\u2026}, or literal is too long)&#8221;<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>     example: \nV CSTRING(1024),AUTO\r\n\r\n  CODE\r\n  \r\n  PRAGMA ('option(eol_is_space => on)')\r\n  \r\n  V = '\r\n        &lt;div ng-controller=\"ExampleController\" class=\"expressions\">\r\n          Expression:\r\n          &lt;input type=\"text\" ng-model=\"expr\" size=\"80\"\/>\r\n          &lt;button ng-click=\"addExp(expr)\">Evaluate&lt;\/button>\r\n          &lt;ul>\r\n           &lt;li ng-repeat=\"expr in exprs track by $index\">\r\n             &#91; &lt;a href=\"\" ng-click=\"removeExp($index)\">X&lt;\/a> ]\r\n             &lt;code>{{expr}}&lt;\/code> => &lt;span ng-bind=\"$parent.$eval(expr)\">&lt;\/span>\r\n            &lt;\/li>\r\n          &lt;\/ul>\r\n       &lt;\/div>\r\n\r\n       ';  !terminate with semi-colon\r\n  PRAGMA ('option(eol_is_space => off)')\r\n<\/code><\/pre>\n\n\n\n<p>The use of this new pragma allows for some very useful functionality in AnyScreen 2.0. Essentially you can now embed blocks of HTML and Javascript using copy\/paste with no restrictions on special characters used with the pragma block.<\/p>\n\n\n\n<p>The install includes a new example that shows how to embed an HTML editor, Code editor, Video player, Google Maps, Signature capture and the Canvas object. <\/p>\n\n\n\n<p>Load up the example app from Clarion\\accessory\\examples\\AnyScreenDemo\\AnyScreenDemo.app and you can see it in action. Here&#8217;s a screen shot:<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"https:\/\/clarionsharp.com\/blog\/wp-content\/uploads\/2022\/02\/AS-demo.png\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"491\" src=\"https:\/\/clarionsharp.com\/blog\/wp-content\/uploads\/2022\/02\/AS-demo-1024x491.png\" alt=\"\" class=\"wp-image-1874\" srcset=\"https:\/\/clarionsharp.com\/blog\/wp-content\/uploads\/2022\/02\/AS-demo-1024x491.png 1024w, https:\/\/clarionsharp.com\/blog\/wp-content\/uploads\/2022\/02\/AS-demo-300x144.png 300w, https:\/\/clarionsharp.com\/blog\/wp-content\/uploads\/2022\/02\/AS-demo-768x368.png 768w, https:\/\/clarionsharp.com\/blog\/wp-content\/uploads\/2022\/02\/AS-demo.png 1152w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/a><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<p>You can review the complete list of changes for <a href=\"http:\/\/softvelocity.cachefly.net\/Clarion-11\/readme_11.1.13788.txt\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">Clarion11.1 here<\/a><\/p>\n\n\n\n<p>You can review the complete list of changes for <a href=\"http:\/\/softvelocity.cachefly.net\/Clarion-11\/Readme_AnyScreen-2.0.txt\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">AnyScreen 2.0 here<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>We have an update for Clarion 11.1 and a new version of AnyScreen (v2.0). This build fixes an elusive bug in the MS Sql driver, and well as other fixes. A new feature introduced in this build is a new Pragma &#8220;eol_is_space&#8221;, here&#8217;s an excerpt from the Help file that describes it: PRAGMA (&#8216;option(eol_is_space => &hellip; <a href=\"https:\/\/clarionsharp.com\/blog\/clarion-11-1-updated-and-anyscreen-2-0-released\/\" class=\"more-link\">Continue reading <span class=\"screen-reader-text\">Clarion 11.1 updated and AnyScreen 2.0 released<\/span> <span class=\"meta-nav\">&rarr;<\/span><\/a><\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[36,5],"tags":[],"class_list":["post-1872","post","type-post","status-publish","format-standard","hentry","category-clarion-11","category-clarionnews"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Clarion 11.1 updated and AnyScreen 2.0 released - Clarion<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/clarionsharp.com\/blog\/clarion-11-1-updated-and-anyscreen-2-0-released\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Clarion 11.1 updated and AnyScreen 2.0 released - Clarion\" \/>\n<meta property=\"og:description\" content=\"We have an update for Clarion 11.1 and a new version of AnyScreen (v2.0). This build fixes an elusive bug in the MS Sql driver, and well as other fixes. A new feature introduced in this build is a new Pragma &#8220;eol_is_space&#8221;, here&#8217;s an excerpt from the Help file that describes it: PRAGMA (&#8216;option(eol_is_space =&gt; &hellip; Continue reading Clarion 11.1 updated and AnyScreen 2.0 released &rarr;\" \/>\n<meta property=\"og:url\" content=\"https:\/\/clarionsharp.com\/blog\/clarion-11-1-updated-and-anyscreen-2-0-released\/\" \/>\n<meta property=\"og:site_name\" content=\"Clarion\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/softvelocity\/\" \/>\n<meta property=\"article:published_time\" content=\"2022-02-25T20:50:24+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/clarionsharp.com\/blog\/wp-content\/uploads\/2022\/02\/AS-demo-1024x491.png\" \/>\n<meta name=\"author\" content=\"rzaunere\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"rzaunere\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/clarionsharp.com\\\/blog\\\/clarion-11-1-updated-and-anyscreen-2-0-released\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/clarionsharp.com\\\/blog\\\/clarion-11-1-updated-and-anyscreen-2-0-released\\\/\"},\"author\":{\"name\":\"rzaunere\",\"@id\":\"https:\\\/\\\/clarionsharp.com\\\/blog\\\/#\\\/schema\\\/person\\\/b90e860529aea05ad064cf2687697ce3\"},\"headline\":\"Clarion 11.1 updated and AnyScreen 2.0 released\",\"datePublished\":\"2022-02-25T20:50:24+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/clarionsharp.com\\\/blog\\\/clarion-11-1-updated-and-anyscreen-2-0-released\\\/\"},\"wordCount\":289,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/clarionsharp.com\\\/blog\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/clarionsharp.com\\\/blog\\\/clarion-11-1-updated-and-anyscreen-2-0-released\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/clarionsharp.com\\\/blog\\\/wp-content\\\/uploads\\\/2022\\\/02\\\/AS-demo-1024x491.png\",\"articleSection\":[\"Clarion 11\",\"Clarion News\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/clarionsharp.com\\\/blog\\\/clarion-11-1-updated-and-anyscreen-2-0-released\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/clarionsharp.com\\\/blog\\\/clarion-11-1-updated-and-anyscreen-2-0-released\\\/\",\"url\":\"https:\\\/\\\/clarionsharp.com\\\/blog\\\/clarion-11-1-updated-and-anyscreen-2-0-released\\\/\",\"name\":\"Clarion 11.1 updated and AnyScreen 2.0 released - Clarion\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/clarionsharp.com\\\/blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/clarionsharp.com\\\/blog\\\/clarion-11-1-updated-and-anyscreen-2-0-released\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/clarionsharp.com\\\/blog\\\/clarion-11-1-updated-and-anyscreen-2-0-released\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/clarionsharp.com\\\/blog\\\/wp-content\\\/uploads\\\/2022\\\/02\\\/AS-demo-1024x491.png\",\"datePublished\":\"2022-02-25T20:50:24+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/clarionsharp.com\\\/blog\\\/clarion-11-1-updated-and-anyscreen-2-0-released\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/clarionsharp.com\\\/blog\\\/clarion-11-1-updated-and-anyscreen-2-0-released\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/clarionsharp.com\\\/blog\\\/clarion-11-1-updated-and-anyscreen-2-0-released\\\/#primaryimage\",\"url\":\"https:\\\/\\\/clarionsharp.com\\\/blog\\\/wp-content\\\/uploads\\\/2022\\\/02\\\/AS-demo.png\",\"contentUrl\":\"https:\\\/\\\/clarionsharp.com\\\/blog\\\/wp-content\\\/uploads\\\/2022\\\/02\\\/AS-demo.png\",\"width\":1152,\"height\":552},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/clarionsharp.com\\\/blog\\\/clarion-11-1-updated-and-anyscreen-2-0-released\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/clarionsharp.com\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Clarion 11.1 updated and AnyScreen 2.0 released\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/clarionsharp.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/clarionsharp.com\\\/blog\\\/\",\"name\":\"Clarion\",\"description\":\"Deliver your software on time, every time\",\"publisher\":{\"@id\":\"https:\\\/\\\/clarionsharp.com\\\/blog\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/clarionsharp.com\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/clarionsharp.com\\\/blog\\\/#organization\",\"name\":\"SoftVelocity\",\"url\":\"https:\\\/\\\/clarionsharp.com\\\/blog\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/clarionsharp.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/clarionsharp.com\\\/blog\\\/wp-content\\\/uploads\\\/2019\\\/03\\\/svlogonew57.png\",\"contentUrl\":\"https:\\\/\\\/clarionsharp.com\\\/blog\\\/wp-content\\\/uploads\\\/2019\\\/03\\\/svlogonew57.png\",\"width\":221,\"height\":57,\"caption\":\"SoftVelocity\"},\"image\":{\"@id\":\"https:\\\/\\\/clarionsharp.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/softvelocity\\\/\",\"https:\\\/\\\/www.youtube.com\\\/user\\\/SoftVelocity\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/clarionsharp.com\\\/blog\\\/#\\\/schema\\\/person\\\/b90e860529aea05ad064cf2687697ce3\",\"name\":\"rzaunere\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/91d95e38759c411d27f646b60da7f4769ce91e87b484669af240e51c729b1e7c?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/91d95e38759c411d27f646b60da7f4769ce91e87b484669af240e51c729b1e7c?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/91d95e38759c411d27f646b60da7f4769ce91e87b484669af240e51c729b1e7c?s=96&d=mm&r=g\",\"caption\":\"rzaunere\"},\"url\":\"https:\\\/\\\/clarionsharp.com\\\/blog\\\/author\\\/rzaunere\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Clarion 11.1 updated and AnyScreen 2.0 released - Clarion","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":"https:\/\/clarionsharp.com\/blog\/clarion-11-1-updated-and-anyscreen-2-0-released\/","og_locale":"en_US","og_type":"article","og_title":"Clarion 11.1 updated and AnyScreen 2.0 released - Clarion","og_description":"We have an update for Clarion 11.1 and a new version of AnyScreen (v2.0). This build fixes an elusive bug in the MS Sql driver, and well as other fixes. A new feature introduced in this build is a new Pragma &#8220;eol_is_space&#8221;, here&#8217;s an excerpt from the Help file that describes it: PRAGMA (&#8216;option(eol_is_space => &hellip; Continue reading Clarion 11.1 updated and AnyScreen 2.0 released &rarr;","og_url":"https:\/\/clarionsharp.com\/blog\/clarion-11-1-updated-and-anyscreen-2-0-released\/","og_site_name":"Clarion","article_publisher":"https:\/\/www.facebook.com\/softvelocity\/","article_published_time":"2022-02-25T20:50:24+00:00","og_image":[{"url":"https:\/\/clarionsharp.com\/blog\/wp-content\/uploads\/2022\/02\/AS-demo-1024x491.png","type":"","width":"","height":""}],"author":"rzaunere","twitter_card":"summary_large_image","twitter_misc":{"Written by":"rzaunere","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/clarionsharp.com\/blog\/clarion-11-1-updated-and-anyscreen-2-0-released\/#article","isPartOf":{"@id":"https:\/\/clarionsharp.com\/blog\/clarion-11-1-updated-and-anyscreen-2-0-released\/"},"author":{"name":"rzaunere","@id":"https:\/\/clarionsharp.com\/blog\/#\/schema\/person\/b90e860529aea05ad064cf2687697ce3"},"headline":"Clarion 11.1 updated and AnyScreen 2.0 released","datePublished":"2022-02-25T20:50:24+00:00","mainEntityOfPage":{"@id":"https:\/\/clarionsharp.com\/blog\/clarion-11-1-updated-and-anyscreen-2-0-released\/"},"wordCount":289,"commentCount":0,"publisher":{"@id":"https:\/\/clarionsharp.com\/blog\/#organization"},"image":{"@id":"https:\/\/clarionsharp.com\/blog\/clarion-11-1-updated-and-anyscreen-2-0-released\/#primaryimage"},"thumbnailUrl":"https:\/\/clarionsharp.com\/blog\/wp-content\/uploads\/2022\/02\/AS-demo-1024x491.png","articleSection":["Clarion 11","Clarion News"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/clarionsharp.com\/blog\/clarion-11-1-updated-and-anyscreen-2-0-released\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/clarionsharp.com\/blog\/clarion-11-1-updated-and-anyscreen-2-0-released\/","url":"https:\/\/clarionsharp.com\/blog\/clarion-11-1-updated-and-anyscreen-2-0-released\/","name":"Clarion 11.1 updated and AnyScreen 2.0 released - Clarion","isPartOf":{"@id":"https:\/\/clarionsharp.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/clarionsharp.com\/blog\/clarion-11-1-updated-and-anyscreen-2-0-released\/#primaryimage"},"image":{"@id":"https:\/\/clarionsharp.com\/blog\/clarion-11-1-updated-and-anyscreen-2-0-released\/#primaryimage"},"thumbnailUrl":"https:\/\/clarionsharp.com\/blog\/wp-content\/uploads\/2022\/02\/AS-demo-1024x491.png","datePublished":"2022-02-25T20:50:24+00:00","breadcrumb":{"@id":"https:\/\/clarionsharp.com\/blog\/clarion-11-1-updated-and-anyscreen-2-0-released\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/clarionsharp.com\/blog\/clarion-11-1-updated-and-anyscreen-2-0-released\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/clarionsharp.com\/blog\/clarion-11-1-updated-and-anyscreen-2-0-released\/#primaryimage","url":"https:\/\/clarionsharp.com\/blog\/wp-content\/uploads\/2022\/02\/AS-demo.png","contentUrl":"https:\/\/clarionsharp.com\/blog\/wp-content\/uploads\/2022\/02\/AS-demo.png","width":1152,"height":552},{"@type":"BreadcrumbList","@id":"https:\/\/clarionsharp.com\/blog\/clarion-11-1-updated-and-anyscreen-2-0-released\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/clarionsharp.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Clarion 11.1 updated and AnyScreen 2.0 released"}]},{"@type":"WebSite","@id":"https:\/\/clarionsharp.com\/blog\/#website","url":"https:\/\/clarionsharp.com\/blog\/","name":"Clarion","description":"Deliver your software on time, every time","publisher":{"@id":"https:\/\/clarionsharp.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/clarionsharp.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/clarionsharp.com\/blog\/#organization","name":"SoftVelocity","url":"https:\/\/clarionsharp.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/clarionsharp.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/clarionsharp.com\/blog\/wp-content\/uploads\/2019\/03\/svlogonew57.png","contentUrl":"https:\/\/clarionsharp.com\/blog\/wp-content\/uploads\/2019\/03\/svlogonew57.png","width":221,"height":57,"caption":"SoftVelocity"},"image":{"@id":"https:\/\/clarionsharp.com\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/softvelocity\/","https:\/\/www.youtube.com\/user\/SoftVelocity"]},{"@type":"Person","@id":"https:\/\/clarionsharp.com\/blog\/#\/schema\/person\/b90e860529aea05ad064cf2687697ce3","name":"rzaunere","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/91d95e38759c411d27f646b60da7f4769ce91e87b484669af240e51c729b1e7c?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/91d95e38759c411d27f646b60da7f4769ce91e87b484669af240e51c729b1e7c?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/91d95e38759c411d27f646b60da7f4769ce91e87b484669af240e51c729b1e7c?s=96&d=mm&r=g","caption":"rzaunere"},"url":"https:\/\/clarionsharp.com\/blog\/author\/rzaunere\/"}]}},"_links":{"self":[{"href":"https:\/\/clarionsharp.com\/blog\/wp-json\/wp\/v2\/posts\/1872","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/clarionsharp.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/clarionsharp.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/clarionsharp.com\/blog\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/clarionsharp.com\/blog\/wp-json\/wp\/v2\/comments?post=1872"}],"version-history":[{"count":1,"href":"https:\/\/clarionsharp.com\/blog\/wp-json\/wp\/v2\/posts\/1872\/revisions"}],"predecessor-version":[{"id":1875,"href":"https:\/\/clarionsharp.com\/blog\/wp-json\/wp\/v2\/posts\/1872\/revisions\/1875"}],"wp:attachment":[{"href":"https:\/\/clarionsharp.com\/blog\/wp-json\/wp\/v2\/media?parent=1872"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/clarionsharp.com\/blog\/wp-json\/wp\/v2\/categories?post=1872"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/clarionsharp.com\/blog\/wp-json\/wp\/v2\/tags?post=1872"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}