Description

* 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.

Properties

Methods

InheritedAbstractFinalStaticDatatypeHeader
voidvoid rewind()
this(Json[string]this(Json[string] targetValues, string propertyPath, Json[string] sourceValues)
voidvoid next()
JsonJson currentValue()