3 djson - a fast Go decoder for dynamic JSON

github.com godoc.org goreportcard.com posted by kenny 2604 days ago  

DJSON is a JSON decoder for Go that is 2~ to 3~ times faster than the standard encoding/json and the existing solutions, when dealing with arbitrary JSON payload. See benchmarks below. It is a good approach for people who are using json.Unmarshal together with interface{}, don't know what the schema is, and still want good performance with minimal changes.

Register to comment or vote on this story