in msi/msi.go [130:133]
func (msi *Msi) GetJson() (string, error) { jsonBytes, err := json.Marshal(msi) return string(jsonBytes[:]), err }