1
0
mirror of https://github.com/rancher/rke.git synced 2025-04-28 03:31:24 +00:00
rke/vendor/github.com/emicklei/go-restful/jsoniter.go
Darren Shepherd 1831ff1574 Update vendor
2020-03-27 10:55:19 -07:00

13 lines
247 B
Go

// +build jsoniter
package restful
import "github.com/json-iterator/go"
var (
json = jsoniter.ConfigCompatibleWithStandardLibrary
MarshalIndent = json.MarshalIndent
NewDecoder = json.NewDecoder
NewEncoder = json.NewEncoder
)