ToJSONString will marshal this map as JSON
()
| 61 | |
| 62 | // ToJSONString will marshal this map as JSON |
| 63 | func (ikm *InstanceKeyMap) ToJSONString() string { |
| 64 | s, _ := ikm.ToJSON() |
| 65 | return s |
| 66 | } |
| 67 | |
| 68 | // ToCommaDelimitedList will export this map in comma delimited format |
| 69 | func (ikm *InstanceKeyMap) ToCommaDelimitedList() string { |