package response type CarAndLevel struct { Car [][]int `json:"car"` Level string `json:"level"` }