package people

type Person struct {
	Name string `json:"name"`
}
