diff --git a/README.md b/README.md index ade00339..af5ed048 100644 --- a/README.md +++ b/README.md @@ -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.