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.