⚠️ Draft Post: This post is a draft and may not be complete yet.

Writing a JSON Parser

In this series we will be writing a json parser in C with a new style of writing. Here are the things I will be covering:

// TODO: Add the toc.

Introduction

The general style of writing anything in a blog is to explain the approach and then code your way around the idea as you go through the concepts. It is the standard approach and followed by everyone. Seeing the finished code is always easy to explain but it hides away the iterations the programmer must have done to reach to the final outcome.