const encoding/json.scanEndObject
8 uses
encoding/json (current package)
decode.go#L665: if d.opcode == scanEndObject {
decode.go#L820: if d.opcode == scanEndObject {
decode.go#L1077: if d.opcode == scanEndObject {
decode.go#L1110: if d.opcode == scanEndObject {
indent.go#L96: if needIndent && v != scanEndObject && v != scanEndArray {
scanner.go#L121: scanEndObject // end object (implies scanObjectValue if possible)
scanner.go#L306: return scanEndObject
stream.go#L110: case scanEndObject, scanEndArray:
![]() |
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. |