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 .
Last modified February 24, 2020: add comment (#106) (fcbe912)
Gin uses encoding/json
as default json package but you can change to jsoniter by build from other tags.
$ go build -tags=jsoniter .