encoding/json.decodeState.scan (field)
10 uses
encoding/json (current package)
decode.go#L101: err := checkValid(data, &d.scan)
decode.go#L176: d.scan.reset()
decode.go#L208: scan scanner
decode.go#L262: s, data, i := &d.scan, d.data, d.off
decode.go#L278: d.opcode = d.scan.step(&d.scan, d.data[d.off])
decode.go#L281: d.opcode = d.scan.eof()
decode.go#L289: s, data, i := &d.scan, d.data, d.off
decode.go#L301: d.opcode = d.scan.eof()
decode.go#L343: d.opcode = stateEndValue(&d.scan, data[i])
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |