I want to parse a JSON object in Go, but want to specify default values for fields that are not given. For example, I have the struct type:I want to parse a JSON object in Go, but want t
I want to parse a JSON object in Go, but want to specify default values for fields that are not given. For example, I have the struct type:I want to parse a JSON object in Go, but want t