Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Decoder ¶
Decoder wraps jsontext.Decoder to implement the json.Decoder interface. It provides streaming JSON decoding with convenience methods for reading tokens and values.
func (*Decoder) ReadToken ¶
ReadToken reads the next JSON token and returns its string representation, kind, and any error encountered. The decoder state advances past the returned token.
Click to show internal directories.
Click to hide internal directories.