Comment on A new experimental Go API for JSONparentComments−dematz11moAlthough actually, for streaming maybe it would still be 2 lines but from jsontext..dec := jsontext.NewDecoder(in)json.UnmarshalDecode(in, &bob)
Comments
Although actually, for streaming maybe it would still be 2 lines but from jsontext..
dec := jsontext.NewDecoder(in)
json.UnmarshalDecode(in, &bob)