https://github.com/gabivlj/gon-go
Super simple Implementation of the GON format created by Tyler Glaiel.
https://github.com/gabivlj/gon-go
go gon json
Last synced: 3 months ago
JSON representation
Super simple Implementation of the GON format created by Tyler Glaiel.
- Host: GitHub
- URL: https://github.com/gabivlj/gon-go
- Owner: gabivlj
- License: mit
- Created: 2022-03-27T01:50:27.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-27T02:23:27.000Z (about 3 years ago)
- Last Synced: 2025-01-20T19:23:30.401Z (4 months ago)
- Topics: go, gon, json
- Language: Go
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GON in Go
File format created by Tyler Glaiel ([source](https://github.com/TylerGlaiel/GON)).
## What it does
- At the moment it only tries to deserialize into a hashmap a single GON file, it doesn't have all the cool stuff that the original repository has.
- It's kind of fast because I try to not make many allocations and keep it simple, files that aren't well formed will fail catastrophically.
- Not a serious implementation, it's only for fun.
- Supports arrays, objects, strings, floats, integers and booleans.