mirror of
https://github.com/avelino/awesome-go.git
synced 2024-11-07 16:33:40 +00:00
adding marshmallow (#4325)
This commit is contained in:
parent
a61787ae6d
commit
9b3b20a075
@ -1410,6 +1410,7 @@ _Libraries for working with JSON._
|
|||||||
- [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.
|
||||||
- [mapslice-json](https://github.com/mickep76/mapslice-json) - Go MapSlice for ordered marshal/ unmarshal of maps in JSON.
|
- [mapslice-json](https://github.com/mickep76/mapslice-json) - Go MapSlice for ordered marshal/ unmarshal of maps in JSON.
|
||||||
|
- [marshmallow](https://github.com/PerimeterX/marshmallow) - Performant JSON unmarshaling for flexible use cases.
|
||||||
- [mp](https://github.com/sanbornm/mp) - Simple cli email parser. It currently takes stdin and outputs JSON.
|
- [mp](https://github.com/sanbornm/mp) - Simple cli email parser. It currently takes stdin and outputs JSON.
|
||||||
- [OjG](https://github.com/ohler55/ojg) - Optimized JSON for Go is a high performance parser with a variety of additional JSON tools including JSONPath.
|
- [OjG](https://github.com/ohler55/ojg) - Optimized JSON for Go is a high performance parser with a variety of additional JSON tools including JSONPath.
|
||||||
- [omg.jsonparser](https://github.com/dedalqq/omg.jsonparser) - Simple JSON parser with validation by condition via golang struct fields tags.
|
- [omg.jsonparser](https://github.com/dedalqq/omg.jsonparser) - Simple JSON parser with validation by condition via golang struct fields tags.
|
||||||
|
Loading…
Reference in New Issue
Block a user