mirror of https://github.com/gin-gonic/gin.git
fmt render/json.go
This commit is contained in:
parent
2fc888a61d
commit
6f491363ae
|
@ -22,7 +22,7 @@ type JSON struct {
|
|||
// IndentedJSON contains the given interface object.
|
||||
type IndentedJSON struct {
|
||||
IndentString string
|
||||
Data interface{}
|
||||
Data interface{}
|
||||
}
|
||||
|
||||
// SecureJSON contains the given interface object and its prefix.
|
||||
|
|
Loading…
Reference in New Issue