So I\'m trying to marshal a map[string]interface{} into a struct (annotated). However, I\'m converting the former into a json string first via unmarshalling, then m
map[string]interface{}