Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var NewDecoder = decoder.NewDecoder
View Source
var NewStreamDecoder = decoder.NewStreamDecoder
View Source
var Pretouch = decoder.Pretouch
View Source
var Skip = decoder.Skip
Functions ¶
This section is empty.
Types ¶
type MismatchTypeError ¶ added in v1.6.0
type MismatchTypeError = decoder.MismatchTypeError
type Options ¶ added in v1.3.0
const ( OptionUseInt64 Options = decoder.OptionUseInt64 OptionUseNumber Options = decoder.OptionUseNumber OptionUseUnicodeErrors Options = decoder.OptionUseUnicodeErrors OptionDisableUnknown Options = decoder.OptionDisableUnknown OptionCopyString Options = decoder.OptionCopyString OptionValidateString Options = decoder.OptionValidateString )
type StreamDecoder ¶ added in v1.3.0
type StreamDecoder = decoder.StreamDecoder
type SyntaxError ¶
type SyntaxError = decoder.SyntaxError
Click to show internal directories.
Click to hide internal directories.