use default json encoding

This commit is contained in:
hebo 2019-09-10 17:09:06 +08:00
parent 7eadcf9249
commit b13f9eec6c
1 changed files with 2 additions and 4 deletions

View File

@ -3,15 +3,13 @@ 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
type QueryPiece interface {
String() *string
Bytes() []byte