Ope's blog

software engineering and other stuff

Home Search Categories About

How I wrote a JSON parser in Go - Part 2 - Refactoring

November 19, 2019

In the previous post, I talked about how I wrote a minimal viable parser i.e one that could parse in strings, arrays and objects. It works as advertised but I noticed there were a couple of things I could do to improve on the code before I added more features from the JSON specification.

Read More

How I wrote a JSON parser in Go - Part 1 - MVP

October 13, 2019

Hey! Welcome to my first blog post in a series about how I wrote a JSON parser. This series assumes the reader has some basic programming experience. In this post, I will be talking about how I wrote the MVP of the parser.

Read More
« Prev 1 2 Next »