mirror of
https://github.com/HChaZZY/alist.git
synced 2025-12-06 11:03:49 +08:00
🔥 replace encoding/json with jsoniter
This commit is contained in:
5
utils/json.go
Normal file
5
utils/json.go
Normal file
@@ -0,0 +1,5 @@
|
||||
package utils
|
||||
|
||||
import jsoniter "github.com/json-iterator/go"
|
||||
|
||||
var Json = jsoniter.ConfigCompatibleWithStandardLibrary
|
||||
Reference in New Issue
Block a user