Pinned Loading
-
-
-
-
-
A simple generic Golang method used ...
A simple generic Golang method used to manage the conversion of json into a declared structure 1func main() {
23stringifyData := `{"name":"toto"}`
4var data interface{}
5if err := json.Unmarshal([]byte(stringifyData), &data); err != nil {
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.
