reflect.MapIter.Value (method)

5 uses

	reflect (current package)
		deepequal.go#L147: 			val1 := iter.Value()
		iter.go#L166: 				if !yield(i.Key(), i.Value()) {
		map.go#L289: func (iter *MapIter) Value() Value {

	encoding/json
		encode.go#L792: 		sv[i].v = mi.Value()

	internal/fmtsort
		sort.go#L60: 		sorted = append(sorted, KeyValue{iter.Key(), iter.Value()})