reflect.MapIter.Value (method)

6 uses

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

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

	github.com/oapi-codegen/runtime
		bindform.go#L305: 					marshalFormImpl(iter.Value(), result, fmt.Sprintf("%s[%s]", name, iter.Key().String()))

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