Questions tagged [spreedly]

16 questions
-1
votes
2 answers

Parsing JSON in GoLang into struct

So, I'm having some trouble parsing this data in golang: { "gateways": [ { "token": "my_token_here", "gateway_type": "test", "description": null, "payment_methods": [ "credit_card", …
1
2