In my code I create a map pointer which I then dereference to retrieve an item.
a := "...big JSON string..." b := map[string]B{} json.Unmarshal(a, &