mirror of
https://github.com/avelino/awesome-go.git
synced 2024-11-07 16:33:40 +00:00
Add jsonhandlers
This commit is contained in:
parent
142654bdbf
commit
aeb58ec87c
@ -1422,6 +1422,7 @@ _Libraries for working with JSON._
|
|||||||
- [jsonf](https://github.com/miolini/jsonf) - Console tool for highlighted formatting and struct query fetching JSON.
|
- [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.
|
- [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.
|
- [jsonhal](https://github.com/RichardKnop/jsonhal) - Simple Go package to make custom structs marshal into HAL compatible JSON responses.
|
||||||
|
- [jsonhandlers](https://github.com/abusomani/jsonhandlers) - JSON library to expose simple handlers that lets you easily read and write json from various sources.
|
||||||
- [jsonic](https://github.com/sinhashubham95/jsonic) - Utilities to handle and query JSON without defining structs in a type safe manner.
|
- [jsonic](https://github.com/sinhashubham95/jsonic) - Utilities to handle and query JSON without defining structs in a type safe manner.
|
||||||
- [jzon](https://github.com/zerosnake0/jzon) - JSON library with standard compatible API/behavior.
|
- [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.
|
- [kazaam](https://github.com/Qntfy/kazaam) - API for arbitrary transformation of JSON documents.
|
||||||
|
Loading…
Reference in New Issue
Block a user