Parse REST API json response in golang
May 9, 2021 · 1 min read · Coming from predominantly Python and PHP world I have worked on building and consuming APIs. So when I was tasked with consuming an API in Go language, I had to do it a bit differently compared to Python world. import requests from pprint import p...
Join discussion