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