|
|
|
|
|
by jamieomatthews
4212 days ago
|
|
For anyone wondering why this is necessary, as some others in this thread have mentioned, the standard go way to deserialize json is to pass a pointer to a struct, and the system will "fill" it with the json. There is no easy way to sort of "parse" json piece by piece, which is what this library provides |
|
You mean like this? http://play.golang.org/p/mMh7HGuTbe