Skip to content

Instantly share code, notes, and snippets.

@JakeTheCorn
Created July 14, 2018 04:51
Show Gist options
  • Save JakeTheCorn/724eeccf80754f2ff407cd0ed1c5b9a7 to your computer and use it in GitHub Desktop.
Save JakeTheCorn/724eeccf80754f2ff407cd0ed1c5b9a7 to your computer and use it in GitHub Desktop.
To Json String
func (cg *ColorGroup) toJSONString() (string, error) {
b, err := json.Marshal(cg)
return string(b), err
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment