|
|
@@ -11,6 +11,8 @@ import "encoding/json"
|
|
|
var (
|
|
|
// Marshal is exported by gin/json package.
|
|
|
Marshal = json.Marshal
|
|
|
+ // Unmarshal is exported by gin/json package.
|
|
|
+ Unmarshal = json.Unmarshal
|
|
|
// MarshalIndent is exported by gin/json package.
|
|
|
MarshalIndent = json.MarshalIndent
|
|
|
// NewDecoder is exported by gin/json package.
|