|
|
|
|
|
by jerf
3736 days ago
|
|
"Take web development for example, all the tutorials show json.Unmarshall, but this one stackoverflow post says I should use json.Decode." Plenty of JSON libraries in plenty of languages have both a function to decode JSON and an object that allows you to decode JSON with some settings. That's not really a Go-specific issue. |
|