* This iterator will insert values into a property of each of the records returned. The values to be inserted come out of another traversal object. This is useful when you have two separate collections and want to merge them together by placing each of the values from one collection into a property inside the other collection.
Inherited | Abstract | Final | Static | Datatype | Header |
---|---|---|---|---|---|
void | void rewind() | ||||
this(Json[string] | this(Json[string] targetValues, string propertyPath, Json[string] sourceValues) | ||||
void | void next() | ||||
Json | Json currentValue() |