Documentation
¶
Overview ¶
Package json provides a json codec
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Codec ¶
type Codec struct {
Conn io.ReadWriteCloser
//StdEncoder *stdjson.Encoder
//StdDecoder *stdjson.Decoder
SegEncoder *segjson.Encoder
SegDecoder *segjson.Decoder
}
func (*Codec) ReadHeader ¶
Click to show internal directories.
Click to hide internal directories.