Documentation ¶
Overview ¶
This package encapsulates the JSON library used by the sidecar query server.
Instead of using the standard library's JSON library, we use jsoniter. jsoniter is a drop-in replacement for the standard library's JSON library. It is faster than the standard library's JSON library.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Decoder ¶
func NewDecoder ¶
type RawMessage ¶
type RawMessage = jsoniter.RawMessage
type Unmarshaler ¶
type Unmarshaler = json.Unmarshaler
Click to show internal directories.
Click to hide internal directories.