You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Especially the decoder could benefit from an internal map[string]interface{} decoder, so we don't have to parse the json, then hand it to json.Unmarhal (which of course re-does the parsing).