Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/teleivo/go-json

JSON parser written in Go for fun and learning purposes
https://github.com/teleivo/go-json

go golang json parser

Last synced: about 8 hours ago
JSON representation

JSON parser written in Go for fun and learning purposes

Awesome Lists containing this project

README

        

# go-json

[![main](https://github.com/teleivo/go-json/actions/workflows/main.yml/badge.svg)](https://github.com/teleivo/go-json/actions/workflows/main.yml)
[![codecov](https://codecov.io/gh/teleivo/go-json/branch/main/graph/badge.svg?token=EFZR5OI7I2)](https://codecov.io/gh/teleivo/go-json)

| :zap: This project is purely for my enjoyment of Go and programming :smile:. It is not a producation ready JSON parser! |
|-------------------------------------------------------------------------------------------------------------------------|

The beautiful book [Writing An Interpreter In Go](https://interpreterbook.com/)
inspired and gave me confidence to finally write a parser for JSON. This
intrigued me for quite a while :smile:

## Usage

## Limitations

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