Documentation
¶
Overview ¶
Package jsontext provides a fast JSON encoder providing only the necessary features for qlog encoding. No efforts are made to add any features beyond qlog's requirements.
The API aims to be compatible with the standard library's encoding/json/jsontext package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Encoder ¶
type Encoder struct {
// contains filtered or unexported fields
}
Encoder encodes JSON to an io.Writer.
func (*Encoder) WriteToken ¶
WriteToken writes a token to the encoder.
Click to show internal directories.
Click to hide internal directories.