contentserver/pkg/handler/json.go
2024-03-21 16:03:21 +01:00

8 lines
125 B
Go

package handler
import (
jsoniter "github.com/json-iterator/go"
)
var json = jsoniter.ConfigCompatibleWithStandardLibrary