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 March 7, 2020 : add blog dir (#115) (f46734b)
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 March 7, 2020 : add blog dir (#115) (f46734b)
本文档使用 BookStack 构建