<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Noah Stoeckel</title>
    <description>The latest articles on DEV Community by Noah Stoeckel (@boxofcereal).</description>
    <link>https://dev.to/boxofcereal</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F345433%2Faa4ddaff-75e9-4ae3-8eeb-d58160ef650f.jpeg</url>
      <title>DEV Community: Noah Stoeckel</title>
      <link>https://dev.to/boxofcereal</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/boxofcereal"/>
    <language>en</language>
    <item>
      <title>How to generate a table from JSON data with es6</title>
      <dc:creator>Noah Stoeckel</dc:creator>
      <pubDate>Tue, 03 Mar 2020 23:54:46 +0000</pubDate>
      <link>https://dev.to/boxofcereal/how-to-generate-a-table-from-json-data-with-es6-methods-2eel</link>
      <guid>https://dev.to/boxofcereal/how-to-generate-a-table-from-json-data-with-es6-methods-2eel</guid>
      <description>&lt;p&gt;I found that many of the json to html table answers on stackoverflow and misc blogs were a little hard for me to read and one implementation didn't work. I hope that my attempt can help you in the future.&lt;/p&gt;

&lt;p&gt;The no frills bare basic json to table function&lt;br&gt;
*EDIT: this assumes your json data is an array of objects&lt;br&gt;
&lt;iframe src="https://jsfiddle.net/7atsg1ry//embedded//dark" width="100%" height="600"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

</description>
      <category>javascript</category>
      <category>tutorial</category>
    </item>
  </channel>
</rss>
