Open blacktop opened 3 years ago
That's an excellent question. I thought that you'd be able to specify keys containing commas by setting tags on struct fields (ala plist:"SE,ChipID"
), but it looks like the key parser isn't up to the task.
In the meantime, you may want to unmarshal into a map[string]interface{}
and pull the data out directly.
For example: