package scanner

Import Path
	github.com/hashicorp/hcl/json/scanner (on go.dev)

Dependency Relation
	imports 6 packages, and imported by one package

Involved Source Files scanner.go
Package-Level Type Names (only one, which is exported)
/* sort exporteds by: | */
Scanner defines a lexical scanner Error is called for each error encountered. If no Error function is set, the error is reported to os.Stderr. ErrorCount is incremented by one for each error encountered. Scan scans the next token and returns the token. func New(src []byte) *Scanner
Package-Level Functions (total 7, in which 1 are exported)
New creates and initializes a new instance of Scanner using src as its source content.
Package-Level Constants (only one, which is unexported)