master
ReadJSON
func ReadJSON(r *http.Request, out interface{}) error { err := CheckForJSON(r) if err != nil { return err }