json
Posts about json
Read JSON files in Golang
I'm using Go language now and I needed to read JSON files. How do I do that? Well, thankfully Golang has an extensive standard library which make it easy. Here's how I did it.
I'm using Go language now and I needed to read JSON files. How do I do that? Well, thankfully Golang has an extensive standard library which make it easy. Here's how I did it.