Documentation ¶
Index ¶
Constants ¶
View Source
const ( JSONCodec = "json" XMLCodec = "xml" )
Variables ¶
View Source
var ( ErrNoMarshal = errors.New("no code") ErrNoUnmarshal = errors.New("no unmarshal") )
Functions ¶
This section is empty.
Types ¶
type Option ¶
type Option func(*Options)
func WithEscapeHTML ¶ added in v0.2.6
func WithIndent ¶ added in v0.2.6
Click to show internal directories.
Click to hide internal directories.