mirror of
https://github.com/zr-hebo/sniffer-agent.git
synced 2025-10-09 22:29:50 +08:00
change json encoder
This commit is contained in:
@@ -3,14 +3,14 @@ package model
|
|||||||
import (
|
import (
|
||||||
"bytes"
|
"bytes"
|
||||||
|
|
||||||
"encoding/json"
|
// "encoding/json"
|
||||||
// "github.com/json-iterator/go"
|
"github.com/json-iterator/go"
|
||||||
"time"
|
"time"
|
||||||
|
|
||||||
"github.com/pingcap/tidb/util/hack"
|
"github.com/pingcap/tidb/util/hack"
|
||||||
)
|
)
|
||||||
|
|
||||||
// var json = jsoniter.ConfigCompatibleWithStandardLibrary
|
var json = jsoniter.ConfigCompatibleWithStandardLibrary
|
||||||
|
|
||||||
type QueryPiece interface {
|
type QueryPiece interface {
|
||||||
String() *string
|
String() *string
|
||||||
|
Reference in New Issue
Block a user