mirror of
https://github.com/avelino/awesome-go.git
synced 2024-11-28 16:56:26 +00:00
Add sonic library for JSON manipulation (#4572)
This commit is contained in:
parent
72695a5ef1
commit
9e5798deb2
@ -500,6 +500,7 @@ _Libraries for configuration parsing._
|
||||
- [nfigure](https://github.com/muir/nfigure) - Per-library struct-tag based configuration from command lines (Posix & Go-style); environment, JSON, YAML
|
||||
- [onion](https://github.com/goraz/onion) - Layer based configuration for Go, Supports JSON, TOML, YAML, properties, etcd, env, and encryption using PGP.
|
||||
- [piper](https://github.com/Yiling-J/piper) - Viper wrapper with config inheritance and key generation.
|
||||
- [sonic](https://github.com/bytedance/sonic) - A blazingly fast JSON serializing & deserializing library.
|
||||
- [store](https://github.com/tucnak/store) - Lightweight configuration manager for Go.
|
||||
- [swap](https://github.com/oblq/swap) - Instantiate/configure structs recursively, based on build environment. (YAML, TOML, JSON and env).
|
||||
- [typenv](https://github.com/diegomarangoni/typenv) - Minimalistic, zero dependency, typed environment variables library.
|
||||
|
Loading…
Reference in New Issue
Block a user