Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Decoder ¶
type Decoder struct {
// contains filtered or unexported fields
}
A Decoder reads and decodes text values from an input stream.
func NewDecoder ¶
NewDecoder returns a new decoder that reads from r. The decoder introduces its own buffering and may read data from r beyond the text values requested.
type Encoder ¶
type Encoder struct {
Indent string
// contains filtered or unexported fields
}
func NewEncoder ¶
Click to show internal directories.
Click to hide internal directories.