Jsoniter
Build with jsoniter
Gin uses encoding/json
as default json package but you can change to jsoniter by build from other tags.
$ go build -tags=jsoniter .
最後修改 21.02.2019: add zh-tw and rename cn to zh-cn (#43) (d847124)
Gin uses encoding/json
as default json package but you can change to jsoniter by build from other tags.
$ go build -tags=jsoniter .