encoding/json.decodeState.objectInterface (method)

3 uses

	encoding/json (current package)
		decode.go#L621: 		oi := d.objectInterface()
		decode.go#L1037: 		val = d.objectInterface()
		decode.go#L1072: func (d *decodeState) objectInterface() map[string]interface{} {