/go-json

JSON parser written in Go for fun and learning purposes

Primary LanguageGoMIT LicenseMIT

go-json

main codecov

⚡ This project is purely for my enjoyment of Go and programming 😄. It is not a producation ready JSON parser!

The beautiful book Writing An Interpreter In Go inspired and gave me confidence to finally write a parser for JSON. This intrigued me for quite a while 😄

Usage

Limitations

  • This project is purely for my enjoyment of Go and programming 😄. It is not a producation ready JSON parser!