in src/middleware/main.go [235:243]
func writeJSON(w http.ResponseWriter, j JSONProducer, status int) { json, err := j.JSON() if err != nil { writeErrorMsg(w, err) return } writeResponse(w, status, json) return }