Documentation ¶
Overview ¶
Package json iterator 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 *jsonstd.Encoder // StdDecoder *jsonstd.Decoder IterEncoder *jsoniter.Encoder IterDecoder *jsoniter.Decoder }
func (*Codec) ReadHeader ¶
Click to show internal directories.
Click to hide internal directories.