|
@@ -12,6 +12,8 @@ var (
|
|
|
json = jsoniter.ConfigCompatibleWithStandardLibrary
|
|
json = jsoniter.ConfigCompatibleWithStandardLibrary
|
|
|
// Marshal is exported by gin/json package.
|
|
// Marshal is exported by gin/json package.
|
|
|
Marshal = json.Marshal
|
|
Marshal = json.Marshal
|
|
|
|
|
+ // Unmarshal is exported by gin/json package.
|
|
|
|
|
+ Unmarshal = json.Unmarshal
|
|
|
// MarshalIndent is exported by gin/json package.
|
|
// MarshalIndent is exported by gin/json package.
|
|
|
MarshalIndent = json.MarshalIndent
|
|
MarshalIndent = json.MarshalIndent
|
|
|
// NewDecoder is exported by gin/json package.
|
|
// NewDecoder is exported by gin/json package.
|