fix json sort the map keys
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
This commit is contained in:
@ -7,9 +7,11 @@ package binding
|
||||
import (
|
||||
"net/http"
|
||||
|
||||
json "github.com/json-iterator/go"
|
||||
"github.com/json-iterator/go"
|
||||
)
|
||||
|
||||
var json = jsoniter.ConfigCompatibleWithStandardLibrary
|
||||
|
||||
type jsonBinding struct{}
|
||||
|
||||
func (jsonBinding) Name() string {
|
||||
|
Reference in New Issue
Block a user