{"id":6783,"date":"2014-04-29T09:39:09","date_gmt":"2014-04-29T16:39:09","guid":{"rendered":"http:\/\/www.seedcode.com\/?p=6783"},"modified":"2023-02-23T22:28:19","modified_gmt":"2023-02-23T22:28:19","slug":"filemaker-webviewer-javascript-calculation-engine","status":"publish","type":"post","link":"https:\/\/seedcode.com\/filemaker-webviewer-javascript-calculation-engine\/","title":{"rendered":"The FileMaker Web Viewer as a Javascript Calculation Engine (CSV to JSON example)"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-post\" data-elementor-id=\"6783\" class=\"elementor elementor-6783\" data-elementor-post-type=\"post\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-52a5e74a elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no\" data-id=\"52a5e74a\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-6b2209a1\" data-id=\"6b2209a1\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-7d341d5b elementor-widget elementor-widget-text-editor\" data-id=\"7d341d5b\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<p style=\"text-align: left;\">The FileMaker 13v2 update has generated a lot of excitement about the fmp: protocol now being available for running scripts in all deployment situations.\u00a0 Previously, locally running files handled the protocol differently than their Go and Hosted counterparts.\u00a0 This made some of us a little hesitant to use this powerful new technology.<\/p><h3>However, it\u2019s not just the UI power from Javascript that we get, although that certainly is the jewel. We also get access to a rich library of data manipulation tools<\/h3><p style=\"text-align: left;\">Now, there\u2019s really <a href=\"\/fmp-urls-in-filemaker-pro-google-maps\/\">no reason not embrace it fully<\/a>, and I predict that we\u2019ll see a large group of developers turning more and more of their UI (and other) duties over to the Web Viewer.<\/p><p style=\"text-align: left;\">This makes perfect sense.\u00a0 Javascript seems to be in its hey day, with thousands of comprehensive, mostly free, libraries handling all aspects of user interaction for the increasingly ubiquitous web browser.\u00a0 FileMaker developers often bemoan the lack of modularity in their platform, and here\u2019s one possible avenue to change that.\u00a0 Not tapping into this wealth of material for our FileMaker solutions seems like a huge lost opportunity.<\/p><div class=\"lightbox\"><p style=\"text-align: center;\"><a href=\"http:\/\/www.seedcode.com\/wp-content\/uploads\/2014\/04\/fmp2json.png\"><img fetchpriority=\"high\" decoding=\"async\" class=\"size-medium wp-image-6789 aligncenter\" src=\"http:\/\/www.seedcode.com\/wp-content\/uploads\/2014\/04\/fmp2json.png\" alt=\"Unlocked example file. Download here.\" width=\"252\" height=\"300\" srcset=\"https:\/\/seedcode.com\/wp-content\/uploads\/2014\/04\/fmp2json.png 741w, https:\/\/seedcode.com\/wp-content\/uploads\/2014\/04\/fmp2json-253x300.png 253w\" sizes=\"(max-width: 252px) 100vw, 252px\" \/><\/a> Unlocked example file. Download <a href=\"https:\/\/seedcode.com\/wp-content\/uploads\/2023\/02\/FM2JSON.zip\">here<\/a>.<\/p><\/div><p style=\"text-align: left;\">However, it\u2019s not just the UI power from Javascript that we get, although that certainly is the jewel.\u00a0 We also get access to a rich library of data manipulation tools, written in Javascript, that we can easily incorporate into FileMaker via the web viewer, and potentially end up with something as powerful as our native scripts and calculations.\u00a0 This was an idea I originally heard from my colleague Tanner Ellen, and although I didn\u2019t get it at the time, I do now!<\/p><p style=\"text-align: left;\">There is some overhead in coming up with a framework for loading Javascript libraries into your web viewer, but once you\u2019ve solved that, adding and deploying additional libraries should become as easy as looking up a custom function on the web.<\/p><p style=\"text-align: left;\"><strong>Download the sample file here: <a href=\"https:\/\/seedcode.com\/wp-content\/uploads\/2023\/02\/FM2JSON.zip\"> FMP2JSON.fmp12<\/a><\/strong><\/p><p>Let\u2019s look at an example where we\u2019ll take some FileMaker data and convert it to a JSON format (in FileMaker) using the Web Viewer and some simple JavaScript&#8230;<\/p><p><\/p><\/div><\/div><\/div><\/div><\/div><\/section><\/div> <a href=\"https:\/\/seedcode.com\/filemaker-webviewer-javascript-calculation-engine\/#more-6783\" class=\"more-link elementor-more-link\"><span aria-label=\"Continue reading The FileMaker Web Viewer as a Javascript Calculation Engine (CSV to JSON example)\">(more&hellip;)<\/span><\/a>","protected":false},"excerpt":{"rendered":"<p>The FileMaker 13v2 update has generated a lot of excitement about the fmp: protocol now being available for running scripts in all deployment situations.\u00a0 Previously, locally running files handled the protocol differently than their Go and Hosted counterparts.\u00a0 This made some of us a little hesitant to use this powerful new technology. However, it\u2019s not just the UI power from Javascript that we get, although that certainly is the jewel. We also get access to a rich library of data manipulation tools Now, there\u2019s really no reason not embrace it fully, and I predict that we\u2019ll see a large group of developers turning more and more of their UI (and other) duties over to the Web Viewer. This makes perfect sense.\u00a0 Javascript seems to be in its hey day, with thousands of comprehensive, mostly free, libraries handling all aspects of user interaction for the increasingly ubiquitous web browser.\u00a0 FileMaker developers often bemoan the lack of modularity in their platform, and here\u2019s one possible avenue to change that.\u00a0 Not tapping into this wealth of material for our FileMaker solutions seems like a huge lost opportunity. Unlocked example file. Download here. However, it\u2019s not just the UI power from Javascript that we get, although that certainly is the jewel.\u00a0 We also get access to a rich library of data manipulation tools, written in Javascript, that we can easily incorporate into FileMaker via the web viewer, and potentially end up with something as powerful as our native scripts and calculations.\u00a0 This was an idea I originally heard from my colleague Tanner Ellen, and although I didn\u2019t get it at the time, I do now! There is some overhead in coming up with a framework for loading Javascript libraries into your web viewer, but once you\u2019ve solved that, adding and deploying additional libraries should become as easy as looking up a custom function on the web. Download the sample file here: FMP2JSON.fmp12 Let\u2019s look at an example where we\u2019ll take some FileMaker data and convert it to a JSON format (in FileMaker) using the Web Viewer and some simple JavaScript&#8230;<\/p>\n","protected":false},"author":3,"featured_media":6788,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[7,23,29],"class_list":["post-6783","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-uncategorized","tag-filemaker-13","tag-javascript","tag-json"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v24.4 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>The FileMaker Web Viewer as a Javascript Calculation Engine (CSV to JSON example) - SeedCode<\/title>\n<meta name=\"description\" content=\"Use open source JavaScript functions to speed up FileMaker by running them in the webviewer. Example file provided.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/seedcode.com\/filemaker-webviewer-javascript-calculation-engine\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"The FileMaker Web Viewer as a Javascript Calculation Engine (CSV to JSON example) - SeedCode\" \/>\n<meta property=\"og:description\" content=\"Use open source JavaScript functions to speed up FileMaker by running them in the webviewer. Example file provided.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/seedcode.com\/filemaker-webviewer-javascript-calculation-engine\/\" \/>\n<meta property=\"og:site_name\" content=\"SeedCode\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/seedcoder\" \/>\n<meta property=\"article:published_time\" content=\"2014-04-29T16:39:09+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-02-23T22:28:19+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/seedcode.com\/wp-content\/uploads\/2014\/04\/filemaker2js.png\" \/>\n\t<meta property=\"og:image:width\" content=\"109\" \/>\n\t<meta property=\"og:image:height\" content=\"110\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"jasonchryoung\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@dayback\" \/>\n<meta name=\"twitter:site\" content=\"@dayback\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"jasonchryoung\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"7 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/seedcode.com\/filemaker-webviewer-javascript-calculation-engine\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/seedcode.com\/filemaker-webviewer-javascript-calculation-engine\/\"},\"author\":{\"name\":\"jasonchryoung\",\"@id\":\"https:\/\/seedcode.com\/#\/schema\/person\/21c8e63200786c642eb068377e428ebd\"},\"headline\":\"The FileMaker Web Viewer as a Javascript Calculation Engine (CSV to JSON example)\",\"datePublished\":\"2014-04-29T16:39:09+00:00\",\"dateModified\":\"2023-02-23T22:28:19+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/seedcode.com\/filemaker-webviewer-javascript-calculation-engine\/\"},\"wordCount\":1323,\"commentCount\":28,\"publisher\":{\"@id\":\"https:\/\/seedcode.com\/#organization\"},\"image\":{\"@id\":\"https:\/\/seedcode.com\/filemaker-webviewer-javascript-calculation-engine\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/seedcode.com\/wp-content\/uploads\/2014\/04\/filemaker2js.png\",\"keywords\":[\"FileMaker 13\",\"javascript\",\"JSON\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/seedcode.com\/filemaker-webviewer-javascript-calculation-engine\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/seedcode.com\/filemaker-webviewer-javascript-calculation-engine\/\",\"url\":\"https:\/\/seedcode.com\/filemaker-webviewer-javascript-calculation-engine\/\",\"name\":\"The FileMaker Web Viewer as a Javascript Calculation Engine (CSV to JSON example) - SeedCode\",\"isPartOf\":{\"@id\":\"https:\/\/seedcode.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/seedcode.com\/filemaker-webviewer-javascript-calculation-engine\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/seedcode.com\/filemaker-webviewer-javascript-calculation-engine\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/seedcode.com\/wp-content\/uploads\/2014\/04\/filemaker2js.png\",\"datePublished\":\"2014-04-29T16:39:09+00:00\",\"dateModified\":\"2023-02-23T22:28:19+00:00\",\"description\":\"Use open source JavaScript functions to speed up FileMaker by running them in the webviewer. Example file provided.\",\"breadcrumb\":{\"@id\":\"https:\/\/seedcode.com\/filemaker-webviewer-javascript-calculation-engine\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/seedcode.com\/filemaker-webviewer-javascript-calculation-engine\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/seedcode.com\/filemaker-webviewer-javascript-calculation-engine\/#primaryimage\",\"url\":\"https:\/\/seedcode.com\/wp-content\/uploads\/2014\/04\/filemaker2js.png\",\"contentUrl\":\"https:\/\/seedcode.com\/wp-content\/uploads\/2014\/04\/filemaker2js.png\",\"width\":109,\"height\":110},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/seedcode.com\/filemaker-webviewer-javascript-calculation-engine\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/seedcode.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"The FileMaker Web Viewer as a Javascript Calculation Engine (CSV to JSON example)\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/seedcode.com\/#website\",\"url\":\"https:\/\/seedcode.com\/\",\"name\":\"SeedCode\",\"description\":\"Build the Software You&#039;ve Always Wanted\",\"publisher\":{\"@id\":\"https:\/\/seedcode.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/seedcode.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/seedcode.com\/#organization\",\"name\":\"SeedCode\",\"url\":\"https:\/\/seedcode.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/seedcode.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/seedcode.com\/wp-content\/uploads\/2022\/12\/SeedCodeLogo.png\",\"contentUrl\":\"https:\/\/seedcode.com\/wp-content\/uploads\/2022\/12\/SeedCodeLogo.png\",\"width\":595,\"height\":189,\"caption\":\"SeedCode\"},\"image\":{\"@id\":\"https:\/\/seedcode.com\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/seedcoder\",\"https:\/\/x.com\/dayback\",\"https:\/\/www.linkedin.com\/company\/seedcode\/\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/seedcode.com\/#\/schema\/person\/21c8e63200786c642eb068377e428ebd\",\"name\":\"jasonchryoung\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/seedcode.com\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/?s=96&d=mm&r=g\",\"caption\":\"jasonchryoung\"},\"url\":\"https:\/\/seedcode.com\/author\/jasonchryoung\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"The FileMaker Web Viewer as a Javascript Calculation Engine (CSV to JSON example) - SeedCode","description":"Use open source JavaScript functions to speed up FileMaker by running them in the webviewer. Example file provided.","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:\/\/seedcode.com\/filemaker-webviewer-javascript-calculation-engine\/","og_locale":"en_US","og_type":"article","og_title":"The FileMaker Web Viewer as a Javascript Calculation Engine (CSV to JSON example) - SeedCode","og_description":"Use open source JavaScript functions to speed up FileMaker by running them in the webviewer. Example file provided.","og_url":"https:\/\/seedcode.com\/filemaker-webviewer-javascript-calculation-engine\/","og_site_name":"SeedCode","article_publisher":"https:\/\/www.facebook.com\/seedcoder","article_published_time":"2014-04-29T16:39:09+00:00","article_modified_time":"2023-02-23T22:28:19+00:00","og_image":[{"width":109,"height":110,"url":"https:\/\/seedcode.com\/wp-content\/uploads\/2014\/04\/filemaker2js.png","type":"image\/png"}],"author":"jasonchryoung","twitter_card":"summary_large_image","twitter_creator":"@dayback","twitter_site":"@dayback","twitter_misc":{"Written by":"jasonchryoung","Est. reading time":"7 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/seedcode.com\/filemaker-webviewer-javascript-calculation-engine\/#article","isPartOf":{"@id":"https:\/\/seedcode.com\/filemaker-webviewer-javascript-calculation-engine\/"},"author":{"name":"jasonchryoung","@id":"https:\/\/seedcode.com\/#\/schema\/person\/21c8e63200786c642eb068377e428ebd"},"headline":"The FileMaker Web Viewer as a Javascript Calculation Engine (CSV to JSON example)","datePublished":"2014-04-29T16:39:09+00:00","dateModified":"2023-02-23T22:28:19+00:00","mainEntityOfPage":{"@id":"https:\/\/seedcode.com\/filemaker-webviewer-javascript-calculation-engine\/"},"wordCount":1323,"commentCount":28,"publisher":{"@id":"https:\/\/seedcode.com\/#organization"},"image":{"@id":"https:\/\/seedcode.com\/filemaker-webviewer-javascript-calculation-engine\/#primaryimage"},"thumbnailUrl":"https:\/\/seedcode.com\/wp-content\/uploads\/2014\/04\/filemaker2js.png","keywords":["FileMaker 13","javascript","JSON"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/seedcode.com\/filemaker-webviewer-javascript-calculation-engine\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/seedcode.com\/filemaker-webviewer-javascript-calculation-engine\/","url":"https:\/\/seedcode.com\/filemaker-webviewer-javascript-calculation-engine\/","name":"The FileMaker Web Viewer as a Javascript Calculation Engine (CSV to JSON example) - SeedCode","isPartOf":{"@id":"https:\/\/seedcode.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/seedcode.com\/filemaker-webviewer-javascript-calculation-engine\/#primaryimage"},"image":{"@id":"https:\/\/seedcode.com\/filemaker-webviewer-javascript-calculation-engine\/#primaryimage"},"thumbnailUrl":"https:\/\/seedcode.com\/wp-content\/uploads\/2014\/04\/filemaker2js.png","datePublished":"2014-04-29T16:39:09+00:00","dateModified":"2023-02-23T22:28:19+00:00","description":"Use open source JavaScript functions to speed up FileMaker by running them in the webviewer. Example file provided.","breadcrumb":{"@id":"https:\/\/seedcode.com\/filemaker-webviewer-javascript-calculation-engine\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/seedcode.com\/filemaker-webviewer-javascript-calculation-engine\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/seedcode.com\/filemaker-webviewer-javascript-calculation-engine\/#primaryimage","url":"https:\/\/seedcode.com\/wp-content\/uploads\/2014\/04\/filemaker2js.png","contentUrl":"https:\/\/seedcode.com\/wp-content\/uploads\/2014\/04\/filemaker2js.png","width":109,"height":110},{"@type":"BreadcrumbList","@id":"https:\/\/seedcode.com\/filemaker-webviewer-javascript-calculation-engine\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/seedcode.com\/"},{"@type":"ListItem","position":2,"name":"The FileMaker Web Viewer as a Javascript Calculation Engine (CSV to JSON example)"}]},{"@type":"WebSite","@id":"https:\/\/seedcode.com\/#website","url":"https:\/\/seedcode.com\/","name":"SeedCode","description":"Build the Software You&#039;ve Always Wanted","publisher":{"@id":"https:\/\/seedcode.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/seedcode.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/seedcode.com\/#organization","name":"SeedCode","url":"https:\/\/seedcode.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/seedcode.com\/#\/schema\/logo\/image\/","url":"https:\/\/seedcode.com\/wp-content\/uploads\/2022\/12\/SeedCodeLogo.png","contentUrl":"https:\/\/seedcode.com\/wp-content\/uploads\/2022\/12\/SeedCodeLogo.png","width":595,"height":189,"caption":"SeedCode"},"image":{"@id":"https:\/\/seedcode.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/seedcoder","https:\/\/x.com\/dayback","https:\/\/www.linkedin.com\/company\/seedcode\/"]},{"@type":"Person","@id":"https:\/\/seedcode.com\/#\/schema\/person\/21c8e63200786c642eb068377e428ebd","name":"jasonchryoung","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/seedcode.com\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/?s=96&d=mm&r=g","caption":"jasonchryoung"},"url":"https:\/\/seedcode.com\/author\/jasonchryoung\/"}]}},"_links":{"self":[{"href":"https:\/\/seedcode.com\/wp-json\/wp\/v2\/posts\/6783","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/seedcode.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/seedcode.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/seedcode.com\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/seedcode.com\/wp-json\/wp\/v2\/comments?post=6783"}],"version-history":[{"count":0,"href":"https:\/\/seedcode.com\/wp-json\/wp\/v2\/posts\/6783\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/seedcode.com\/wp-json\/wp\/v2\/media\/6788"}],"wp:attachment":[{"href":"https:\/\/seedcode.com\/wp-json\/wp\/v2\/media?parent=6783"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/seedcode.com\/wp-json\/wp\/v2\/categories?post=6783"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/seedcode.com\/wp-json\/wp\/v2\/tags?post=6783"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}