{"id":387,"date":"2023-06-01T12:12:53","date_gmt":"2023-06-01T12:12:53","guid":{"rendered":"https:\/\/www.jibsheet.net\/linux\/?p=387"},"modified":"2023-06-01T12:14:27","modified_gmt":"2023-06-01T12:14:27","slug":"using-bing-chat-to-generate-json-file-for-fixed-data","status":"publish","type":"post","link":"https:\/\/www.jibsheet.net\/linux\/index.php\/2023\/06\/01\/using-bing-chat-to-generate-json-file-for-fixed-data\/","title":{"rendered":"Using Bing Chat to generate json file for fixed data."},"content":{"rendered":"<h3>I asked Bing to create a JSON data for O&#8217;day sailboats<\/h3>\n<p>This is a great use case to generate fixed data in way you want it for your app.\u00a0 Save lots of times searching and typing.<\/p>\n<p>&nbsp;<\/p>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\">create a json file for Oday's sailboats, data to include - length overall, sailarea, make and model<\/pre>\n<p>Bing did a search and fed it into ChatGPT<\/p>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\">Searching for: Oday sailboats\r\n\r\nSearching for: Oday sailboats\r\n\r\nGenerating answers for you\u2026<\/pre>\n<p>Then the following<\/p>\n<p>&nbsp;<\/p>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\">{\r\n  \"Oday_sailboats\": [\r\n    {\r\n      \"length_overall\": 32,\r\n      \"sailarea\": 462,\r\n      \"make\": \"O'Day\",\r\n      \"model\": \"32\"\r\n    },\r\n    {\r\n      \"length_overall\": 30,\r\n      \"sailarea\": 410,\r\n      \"make\": \"O'Day\",\r\n      \"model\": \"30\"\r\n    },\r\n    {\r\n      \"length_overall\": 28,\r\n      \"sailarea\": 355,\r\n      \"make\": \"O'Day\",\r\n      \"model\": \"28\"\r\n    },\r\n    {\r\n      \"length_overall\": 27,\r\n      \"sailarea\": 295,\r\n      \"make\": \"O'Day\",\r\n      \"model\": \"272 LE\"\r\n    },\r\n    {\r\n      \"length_overall\": 26,\r\n      \"sailarea\": 265,\r\n      \"make\": \"O'Day\",\r\n      \"model\": \"26\"\r\n    }\r\n  ]\r\n}\r\n<\/pre>\n<p>I noticed it didn&#8217;t get down to the O&#8217;Day 22.\u00a0 \u00a0So, I asked for it<\/p>\n<p>&nbsp;<\/p>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\">can you redo with only 30 and below and include Oday 22 and 23\r\nSent message. can you redo with only 30 and below and include Oday 22 and 23\r\nSearching for: Oday 22 sailarea\r\n\r\nSearching for: Oday 22 sailarea\r\n\r\nSearching for: Oday 23 sailarea\r\n\r\n\r\n\r\nGenerating answers for you\u2026<\/pre>\n<p>Here is is<\/p>\n<p>&nbsp;<\/p>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\">{\r\n  \"Oday_sailboats\": [\r\n    {\r\n      \"length_overall\": 30,\r\n      \"sailarea\": 410,\r\n      \"make\": \"O'Day\",\r\n      \"model\": \"30\"\r\n    },\r\n    {\r\n      \"length_overall\": 28,\r\n      \"sailarea\": 355,\r\n      \"make\": \"O'Day\",\r\n      \"model\": \"28\"\r\n    },\r\n    {\r\n      \"length_overall\": 27,\r\n      \"sailarea\": 295,\r\n      \"make\": \"O'Day\",\r\n      \"model\": \"272 LE\"\r\n    },\r\n    {\r\n      \"length_overall\": 26,\r\n      \"sailarea\": 265,\r\n      \"make\": \"O'Day\",\r\n      \"model\": \"26\"\r\n    },\r\n    {\r\n      \"length_overall\": 23,\r\n      \"sailarea\": 246,\r\n      \"make\": \"O'Day\",\r\n      \"model\": \"23-2\"\r\n    },\r\n    {\r\n      \"length_overall\": 22,\r\n      \"sailarea\": 198.25,\r\n      \"make\": \"O'Day\",\r\n      \"model\": \"22\"\r\n    }\r\n  ]\r\n}\r\n<\/pre>\n<p>&nbsp;<\/p>\n<p>&nbsp;<\/p>\n<p>&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>I asked Bing to create a JSON data for O&#8217;day sailboats This is a great use case to generate fixed data in way you want it for your app.\u00a0 Save lots of times searching and typing. &nbsp; create a json file for Oday&#8217;s sailboats, data to include &#8211; length overall, sailarea, make and model Bing did a search and fed [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[32,30],"tags":[33],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v22.4 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Using Bing Chat to generate json file for fixed data. - Jon Allen&#039;s Linux Stuff Bing Chat<\/title>\n<meta name=\"description\" content=\"Using Bing Chat to create JSON. Using ChatGPT to create fixed data for app or website.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.jibsheet.net\/linux\/index.php\/2023\/06\/01\/using-bing-chat-to-generate-json-file-for-fixed-data\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Using Bing Chat to generate json file for fixed data. - Jon Allen&#039;s Linux Stuff Bing Chat\" \/>\n<meta property=\"og:description\" content=\"Using Bing Chat to create JSON. Using ChatGPT to create fixed data for app or website.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.jibsheet.net\/linux\/index.php\/2023\/06\/01\/using-bing-chat-to-generate-json-file-for-fixed-data\/\" \/>\n<meta property=\"og:site_name\" content=\"Jon Allen&#039;s Linux Stuff\" \/>\n<meta property=\"article:published_time\" content=\"2023-06-01T12:12:53+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-06-01T12:14:27+00:00\" \/>\n<meta name=\"author\" content=\"jonallen\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"jonallen\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.jibsheet.net\/linux\/index.php\/2023\/06\/01\/using-bing-chat-to-generate-json-file-for-fixed-data\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.jibsheet.net\/linux\/index.php\/2023\/06\/01\/using-bing-chat-to-generate-json-file-for-fixed-data\/\"},\"author\":{\"name\":\"jonallen\",\"@id\":\"https:\/\/www.jibsheet.net\/linux\/#\/schema\/person\/295a80d0b2aa929b648c4fdddee83993\"},\"headline\":\"Using Bing Chat to generate json file for fixed data.\",\"datePublished\":\"2023-06-01T12:12:53+00:00\",\"dateModified\":\"2023-06-01T12:14:27+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.jibsheet.net\/linux\/index.php\/2023\/06\/01\/using-bing-chat-to-generate-json-file-for-fixed-data\/\"},\"wordCount\":82,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/www.jibsheet.net\/linux\/#\/schema\/person\/295a80d0b2aa929b648c4fdddee83993\"},\"keywords\":[\"ChatGPT\"],\"articleSection\":[\"Bing Chat\",\"ChatGPT\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.jibsheet.net\/linux\/index.php\/2023\/06\/01\/using-bing-chat-to-generate-json-file-for-fixed-data\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.jibsheet.net\/linux\/index.php\/2023\/06\/01\/using-bing-chat-to-generate-json-file-for-fixed-data\/\",\"url\":\"https:\/\/www.jibsheet.net\/linux\/index.php\/2023\/06\/01\/using-bing-chat-to-generate-json-file-for-fixed-data\/\",\"name\":\"Using Bing Chat to generate json file for fixed data. - Jon Allen&#039;s Linux Stuff Bing Chat\",\"isPartOf\":{\"@id\":\"https:\/\/www.jibsheet.net\/linux\/#website\"},\"datePublished\":\"2023-06-01T12:12:53+00:00\",\"dateModified\":\"2023-06-01T12:14:27+00:00\",\"description\":\"Using Bing Chat to create JSON. Using ChatGPT to create fixed data for app or website.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.jibsheet.net\/linux\/index.php\/2023\/06\/01\/using-bing-chat-to-generate-json-file-for-fixed-data\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.jibsheet.net\/linux\/index.php\/2023\/06\/01\/using-bing-chat-to-generate-json-file-for-fixed-data\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.jibsheet.net\/linux\/index.php\/2023\/06\/01\/using-bing-chat-to-generate-json-file-for-fixed-data\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.jibsheet.net\/linux\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Using Bing Chat to generate json file for fixed data.\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.jibsheet.net\/linux\/#website\",\"url\":\"https:\/\/www.jibsheet.net\/linux\/\",\"name\":\"Jon Allen's Linux Stuff\",\"description\":\"Howto&#039;s, Observations, and stuff\",\"publisher\":{\"@id\":\"https:\/\/www.jibsheet.net\/linux\/#\/schema\/person\/295a80d0b2aa929b648c4fdddee83993\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.jibsheet.net\/linux\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":[\"Person\",\"Organization\"],\"@id\":\"https:\/\/www.jibsheet.net\/linux\/#\/schema\/person\/295a80d0b2aa929b648c4fdddee83993\",\"name\":\"jonallen\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.jibsheet.net\/linux\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/7d7c061ce9db8f5e4710555585475882?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/7d7c061ce9db8f5e4710555585475882?s=96&d=mm&r=g\",\"caption\":\"jonallen\"},\"logo\":{\"@id\":\"https:\/\/www.jibsheet.net\/linux\/#\/schema\/person\/image\/\"},\"sameAs\":[\"https:\/\/www.jibsheet.net\/linux\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Using Bing Chat to generate json file for fixed data. - Jon Allen&#039;s Linux Stuff Bing Chat","description":"Using Bing Chat to create JSON. Using ChatGPT to create fixed data for app or website.","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:\/\/www.jibsheet.net\/linux\/index.php\/2023\/06\/01\/using-bing-chat-to-generate-json-file-for-fixed-data\/","og_locale":"en_US","og_type":"article","og_title":"Using Bing Chat to generate json file for fixed data. - Jon Allen&#039;s Linux Stuff Bing Chat","og_description":"Using Bing Chat to create JSON. Using ChatGPT to create fixed data for app or website.","og_url":"https:\/\/www.jibsheet.net\/linux\/index.php\/2023\/06\/01\/using-bing-chat-to-generate-json-file-for-fixed-data\/","og_site_name":"Jon Allen&#039;s Linux Stuff","article_published_time":"2023-06-01T12:12:53+00:00","article_modified_time":"2023-06-01T12:14:27+00:00","author":"jonallen","twitter_card":"summary_large_image","twitter_misc":{"Written by":"jonallen","Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.jibsheet.net\/linux\/index.php\/2023\/06\/01\/using-bing-chat-to-generate-json-file-for-fixed-data\/#article","isPartOf":{"@id":"https:\/\/www.jibsheet.net\/linux\/index.php\/2023\/06\/01\/using-bing-chat-to-generate-json-file-for-fixed-data\/"},"author":{"name":"jonallen","@id":"https:\/\/www.jibsheet.net\/linux\/#\/schema\/person\/295a80d0b2aa929b648c4fdddee83993"},"headline":"Using Bing Chat to generate json file for fixed data.","datePublished":"2023-06-01T12:12:53+00:00","dateModified":"2023-06-01T12:14:27+00:00","mainEntityOfPage":{"@id":"https:\/\/www.jibsheet.net\/linux\/index.php\/2023\/06\/01\/using-bing-chat-to-generate-json-file-for-fixed-data\/"},"wordCount":82,"commentCount":0,"publisher":{"@id":"https:\/\/www.jibsheet.net\/linux\/#\/schema\/person\/295a80d0b2aa929b648c4fdddee83993"},"keywords":["ChatGPT"],"articleSection":["Bing Chat","ChatGPT"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.jibsheet.net\/linux\/index.php\/2023\/06\/01\/using-bing-chat-to-generate-json-file-for-fixed-data\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.jibsheet.net\/linux\/index.php\/2023\/06\/01\/using-bing-chat-to-generate-json-file-for-fixed-data\/","url":"https:\/\/www.jibsheet.net\/linux\/index.php\/2023\/06\/01\/using-bing-chat-to-generate-json-file-for-fixed-data\/","name":"Using Bing Chat to generate json file for fixed data. - Jon Allen&#039;s Linux Stuff Bing Chat","isPartOf":{"@id":"https:\/\/www.jibsheet.net\/linux\/#website"},"datePublished":"2023-06-01T12:12:53+00:00","dateModified":"2023-06-01T12:14:27+00:00","description":"Using Bing Chat to create JSON. Using ChatGPT to create fixed data for app or website.","breadcrumb":{"@id":"https:\/\/www.jibsheet.net\/linux\/index.php\/2023\/06\/01\/using-bing-chat-to-generate-json-file-for-fixed-data\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.jibsheet.net\/linux\/index.php\/2023\/06\/01\/using-bing-chat-to-generate-json-file-for-fixed-data\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.jibsheet.net\/linux\/index.php\/2023\/06\/01\/using-bing-chat-to-generate-json-file-for-fixed-data\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.jibsheet.net\/linux\/"},{"@type":"ListItem","position":2,"name":"Using Bing Chat to generate json file for fixed data."}]},{"@type":"WebSite","@id":"https:\/\/www.jibsheet.net\/linux\/#website","url":"https:\/\/www.jibsheet.net\/linux\/","name":"Jon Allen's Linux Stuff","description":"Howto&#039;s, Observations, and stuff","publisher":{"@id":"https:\/\/www.jibsheet.net\/linux\/#\/schema\/person\/295a80d0b2aa929b648c4fdddee83993"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.jibsheet.net\/linux\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":["Person","Organization"],"@id":"https:\/\/www.jibsheet.net\/linux\/#\/schema\/person\/295a80d0b2aa929b648c4fdddee83993","name":"jonallen","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.jibsheet.net\/linux\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/7d7c061ce9db8f5e4710555585475882?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/7d7c061ce9db8f5e4710555585475882?s=96&d=mm&r=g","caption":"jonallen"},"logo":{"@id":"https:\/\/www.jibsheet.net\/linux\/#\/schema\/person\/image\/"},"sameAs":["https:\/\/www.jibsheet.net\/linux"]}]}},"jetpack_sharing_enabled":true,"jetpack_featured_media_url":"","_links":{"self":[{"href":"https:\/\/www.jibsheet.net\/linux\/index.php\/wp-json\/wp\/v2\/posts\/387"}],"collection":[{"href":"https:\/\/www.jibsheet.net\/linux\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.jibsheet.net\/linux\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.jibsheet.net\/linux\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.jibsheet.net\/linux\/index.php\/wp-json\/wp\/v2\/comments?post=387"}],"version-history":[{"count":1,"href":"https:\/\/www.jibsheet.net\/linux\/index.php\/wp-json\/wp\/v2\/posts\/387\/revisions"}],"predecessor-version":[{"id":388,"href":"https:\/\/www.jibsheet.net\/linux\/index.php\/wp-json\/wp\/v2\/posts\/387\/revisions\/388"}],"wp:attachment":[{"href":"https:\/\/www.jibsheet.net\/linux\/index.php\/wp-json\/wp\/v2\/media?parent=387"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.jibsheet.net\/linux\/index.php\/wp-json\/wp\/v2\/categories?post=387"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.jibsheet.net\/linux\/index.php\/wp-json\/wp\/v2\/tags?post=387"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}