{
  "version": "https://jsonfeed.org/version/1",
  "title": "wiki on Hey Loura",
  "icon": "https://avatars.micro.blog/avatars/2025/38/144491.jpg",
  "home_page_url": "https://heyloura-test.micro.blog/",
  "feed_url": "https://heyloura-test.micro.blog/feed.json",
  "items": [
      {
        "id": "http://heyloura-test.micro.blog/2023/11/16/join-rows-with.html",
        "title": "Join rows with JSON data stored in table cells using CROSS APPLY",
        "content_html": "<p>You need to use cross apply</p>\n<pre><code class=\"language-sql\">SELECT sr.Id, sr.OrganizationUnitId, [key] as QuestionTitle, [value] as Answer\nFROM [dbo].[PbSSurveyResponses] sr\nCROSS APPLY OPENJSON(sr.Response)</code></pre>\n",
        "date_published": "2023-11-16T19:20:44-05:00",
        "url": "https://heyloura-test.micro.blog/2023/11/16/join-rows-with.html",
        "tags": ["wiki"]
      }
  ]
}
