Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/teleivo/go-json
- Owner: teleivo
- License: mit
- Created: 2021-12-11T04:04:16.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-02-01T08:21:10.000Z (9 months ago)
- Last Synced: 2024-06-20T19:33:59.569Z (5 months ago)
- Topics: go, golang, json, parser
- Language: Go
- Homepage:
- Size: 99.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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!