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