https://github.com/zuoxinyu/jzon
yet another JSON library in golang.
https://github.com/zuoxinyu/jzon
golang json json-parser
Last synced: about 2 months ago
JSON representation
yet another JSON library in golang.
- Host: GitHub
- URL: https://github.com/zuoxinyu/jzon
- Owner: zuoxinyu
- License: mit
- Created: 2018-06-06T17:18:14.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2020-06-20T07:31:42.000Z (about 6 years ago)
- Last Synced: 2025-08-05T16:44:47.534Z (11 months ago)
- Topics: golang, json, json-parser
- Language: Go
- Size: 726 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Jzon
Yet another JSON library in golang with nothing special.
- Just for exercising.
- All [tests](json.org/JSON\_checker/test.zip) passed.
- _Not_ faster than `encoding/json` for now, or maybe never :\).
- _Not_ compatible with `encoding/json` completely.