mirror of
https://gitee.com/johng/gf
synced 2026-06-07 02:12:11 +08:00
import third-party library json-iterator to improve the performance for json operations
This commit is contained in:
@ -7,11 +7,11 @@
|
||||
package gjson
|
||||
|
||||
import (
|
||||
"encoding/json"
|
||||
"github.com/gogf/gf/encoding/gini"
|
||||
"github.com/gogf/gf/encoding/gtoml"
|
||||
"github.com/gogf/gf/encoding/gxml"
|
||||
"github.com/gogf/gf/encoding/gyaml"
|
||||
"github.com/gogf/gf/internal/json"
|
||||
"github.com/gogf/gf/util/gconv"
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user