I need to parse a JSON into Go struct. Following is the struct
type Replacement struct { Find string `json:"find"` ReplaceWith string `json:"