<?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: John Berk</title>
    <description>The latest articles on DEV Community by John Berk (@e_b0ea8c08c).</description>
    <link>https://dev.to/e_b0ea8c08c</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%2F3779017%2F77e54c57-7c48-4652-a742-1e999f29dfb0.jpg</url>
      <title>DEV Community: John Berk</title>
      <link>https://dev.to/e_b0ea8c08c</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/e_b0ea8c08c"/>
    <language>en</language>
    <item>
      <title>5 Common JSON Mistakes Developers Make</title>
      <dc:creator>John Berk</dc:creator>
      <pubDate>Wed, 18 Feb 2026 09:26:44 +0000</pubDate>
      <link>https://dev.to/e_b0ea8c08c/5-common-json-mistakes-developers-make-ocb</link>
      <guid>https://dev.to/e_b0ea8c08c/5-common-json-mistakes-developers-make-ocb</guid>
      <description>&lt;p&gt;After working with APIs for years, I’ve noticed these common JSON mistakes:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;Trailing commas&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Missing quotes around keys&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Single quotes instead of double quotes&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Invalid nesting&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Copy-pasted minified JSON without formatting&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Debugging these manually wastes a lot of time.&lt;/p&gt;

&lt;p&gt;That’s actually why I built a small tool to instantly format and validate JSON while highlighting the exact error location.&lt;/p&gt;

&lt;p&gt;👉 myjsontool.com&lt;/p&gt;

&lt;p&gt;If anyone’s interested, I’d love feedback on improving it.&lt;/p&gt;

&lt;p&gt;What JSON issues frustrate you the most?&lt;/p&gt;

</description>
      <category>api</category>
      <category>beginners</category>
      <category>showdev</category>
      <category>webdev</category>
    </item>
  </channel>
</rss>
