README ¶ JSON https://github.com/ytdl-org/youtube-dl/issues/24484 https://godocs.io/encoding/xml#Decoder.Strict https://player.pbs.org/widget/partnerplayer/3016754074 Expand ▾ Collapse ▴ Documentation ¶ Index ¶ Variables type Scanner func NewScanner(src io.Reader) (*Scanner, error) func (s Scanner) Decode(val any) error func (s *Scanner) Scan() bool Constants ¶ This section is empty. Variables ¶ View Source var NewDecoder = json.NewDecoder Functions ¶ This section is empty. Types ¶ type Scanner ¶ added in v1.30.9 type Scanner struct { Split []byte // contains filtered or unexported fields } func NewScanner ¶ added in v1.30.9 func NewScanner(src io.Reader) (*Scanner, error) func (Scanner) Decode ¶ added in v1.30.9 func (s Scanner) Decode(val any) error func (*Scanner) Scan ¶ added in v1.30.9 func (s *Scanner) Scan() bool Source Files ¶ View all Source files json.go Click to show internal directories. Click to hide internal directories.