🔥 replace encoding/json with jsoniter

This commit is contained in:
微凉
2022-01-03 20:25:22 +08:00
parent 7cf30836bf
commit beb06f2f7f
6 changed files with 18 additions and 16 deletions

5
utils/json.go Normal file
View File

@ -0,0 +1,5 @@
package utils
import jsoniter "github.com/json-iterator/go"
var Json = jsoniter.ConfigCompatibleWithStandardLibrary