type encoding/json.field
12 uses
encoding/json (current package)
decode.go#L695: var f *field
encode.go#L728: list []field
encode.go#L1173: type field struct {
encode.go#L1191: type byIndex []field
encode.go#L1214: current := []field{}
encode.go#L1215: next := []field{{typ: t}}
encode.go#L1224: var fields []field
encode.go#L1295: field := field{
encode.go#L1328: next = append(next, field{name: ft.Name(), index: index, typ: ft})
encode.go#L1399: func dominantField(fields []field) (field, bool) {
encode.go#L1404: return field{}, false
![]() |
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. |