import third-party library json-iterator to improve the performance for json operations

This commit is contained in:
John
2020-06-17 21:16:25 +08:00
parent 9e9865afa7
commit b2aa59d893
89 changed files with 175 additions and 88 deletions

View File

@ -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"
)