[font=Arial, sans-serif]The json package provides Decoder and Encoder types to support the common operation of reading and writing streams of JSON data. The NewDecoder and NewEncoder functions wrap the http://golang.org/pkg/io/#Reader io.Reader http://golang.org/pkg/io/#Reader and http:/...