diff --git a/README.md b/README.md index f4e12e00..ab092a54 100644 --- a/README.md +++ b/README.md @@ -1023,6 +1023,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [dynjson](https://github.com/cocoonspace/dynjson) - Client-customizable JSON formats for dynamic APIs. * [ej](https://github.com/lucassscaravelli/ej) - Write and read JSON from different sources succinctly. * [epoch](https://github.com/vtopc/epoch) - Contains primitives for marshaling/unmarshaling Unix timestamp/epoch to/from build-in time.Time type in JSON. +* [fastjson](https://github.com/valyala/fastjson) - Fast JSON parser and validator for Go. No custom structs, no code generation, no reflection. * [gjo](https://github.com/skanehira/gjo) - Small utility to create JSON objects. * [GJSON](https://github.com/tidwall/gjson) - Get a JSON value with one line of code. * [go-jsonerror](https://github.com/ddymko/go-jsonerror) - Go-JsonError is ment to allow us to easily create json response errors that follow the JsonApi spec.