<?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: Kaitlin Zhang 改善</title>
    <description>The latest articles on DEV Community by Kaitlin Zhang 改善 (@kaizengrowth).</description>
    <link>https://dev.to/kaizengrowth</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.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F858214%2Fa35bf1d7-33b5-4b40-be1e-92eabfd85029.png</url>
      <title>DEV Community: Kaitlin Zhang 改善</title>
      <link>https://dev.to/kaizengrowth</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/kaizengrowth"/>
    <language>en</language>
    <item>
      <title>Writing a JSON Parser in Javascript</title>
      <dc:creator>Kaitlin Zhang 改善</dc:creator>
      <pubDate>Thu, 02 Jul 2026 02:52:52 +0000</pubDate>
      <link>https://dev.to/kaizengrowth/writing-a-json-parser-in-javascript-4jk1</link>
      <guid>https://dev.to/kaizengrowth/writing-a-json-parser-in-javascript-4jk1</guid>
      <description>&lt;p&gt;Let's write a JSON parser that converts a JSON string into Javascript objects. &lt;/p&gt;

&lt;p&gt;Here's my approach. If you want to skip straight to the code, you can do so &lt;a href="https://replit.com/@Kai-LinLin/JSONparser?utm_campaign=%23100%20Days%20of%20Code&amp;amp;utm_medium=email&amp;amp;utm_source=Revue%20newsletter#index.js" rel="noopener noreferrer"&gt;here&lt;/a&gt;. Would be grateful for any feedback to refactor and make it better.&lt;/p&gt;

&lt;h2&gt;
  
  
  Understanding the Documentation
&lt;/h2&gt;

&lt;p&gt;Here is the way that &lt;a href="http://www.json.org" rel="noopener noreferrer"&gt;JSON.org&lt;/a&gt; describes the various parts of its syntax using railroad diagrams.&lt;/p&gt;

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