const encoding/json.scanBeginArray
5 uses
encoding/json (current package)
decode.go#L358: case scanBeginArray:
decode.go#L403: case scanBeginArray, scanBeginObject:
decode.go#L1033: case scanBeginArray:
scanner.go#L122: scanBeginArray // begin array
scanner.go#L223: return s.pushParseState(c, parseArrayValue, scanBeginArray)
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)