Gin はデフォルトの json パッケージとして encoding/json を使っていますが、他のタグからビルドすることで、jsoniter を使うこともできます。
encoding/json
$ go build -tags=jsoniter .