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

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.

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.