Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var EncoderName = encoding.ToEncoder(constants.JSONFormat)
EncoderName is name of the encoder in current package, i.e., JSON. JSONFormat constant is parsed as EncoderName type here.
Functions ¶
This section is empty.
Types ¶
type Encoder ¶
type Encoder struct {
// contains filtered or unexported fields
}
Encoder is the manager for JSON encoder
func (*Encoder) Encode ¶
Encode encodes the input bookmarks in JSON format to already set output stream
Click to show internal directories.
Click to hide internal directories.