Пример #1
0
func jsonModule(ctx *web.Context) {
	// Lets set the response content type while
	// we are here
	ctx.ContentType("json")
}