|
|
|
|
|
by goccy
1961 days ago
|
|
I develop a super fast JSON library ( https://github.com/goccy/go-json ) .
It is drop-in replacement of encoding/json. This library is available by simply replacing the import statement.
It's more compatible and much faster than json-iterator/go. Please give me your feedback ! Thanks ! |
|
very interesting library. Keep it up.
Improvement suggestion: While reading the README, the JSON library comparison [1] it's confusing, at least to me. It uses symbols like: ○, and △ which are not obvious. I would rather use "yes/no" or the classic check/x (unicode chars, HN does not support them here) if you want to use symbols. I don't know what "△" even means, so I cannot suggest an alternative.
Just my 2 cents.
[1]: https://github.com/goccy/go-json#json-library-comparison
Edit: This 2021 I have the objective to contribute more to OS projects. Is it OKay if I submit a PR with the change? Thanks!