This commit is contained in:
zerosnake0 2020-10-09 20:31:34 +08:00 committed by GitHub
parent 40ca560b31
commit 60b9502689
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1025,6 +1025,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
* [jsonf](https://github.com/miolini/jsonf) - Console tool for highlighted formatting and struct query fetching JSON.
* [jsongo](https://github.com/ricardolonga/jsongo) - Fluent API to make it easier to create Json objects.
* [jsonhal](https://github.com/RichardKnop/jsonhal) - Simple Go package to make custom structs marshal into HAL compatible JSON responses.
* [jzon](https://github.com/zerosnake0/jzon) - JSON library with standard compatible API/behavior.
* [kazaam](https://github.com/Qntfy/kazaam) - API for arbitrary transformation of JSON documents.
* [mapslice-json](https://github.com/mickep76/mapslice-json) - Go MapSlice for ordered marshal/ unmarshal of maps in JSON.
* [mp](https://github.com/sanbornm/mp) - Simple cli email parser. It currently takes stdin and outputs JSON.