github.com/valyala/fastjson.Value.SetArrayItem (method)

2 uses

	github.com/valyala/fastjson (current package)
		update.go#L95: 		v.SetArrayItem(idx, value)
		update.go#L102: func (v *Value) SetArrayItem(idx int, value *Value) {