diff --git a/context/context.go b/context/context.go index 31a5449e..030f41b8 100644 --- a/context/context.go +++ b/context/context.go @@ -3971,6 +3971,7 @@ const jsonOptionsContextKey = "iris.context.json_options" // ctx.SetJSONOptions(iris.JSON{ // ErrorHandler: errHandler, // }) +// ctx.Next() // }) func (ctx *Context) SetJSONOptions(opts JSON) { ctx.values.Set(jsonOptionsContextKey, opts)