JsonMapMapAllValues Method
Maps all values referenced by this map from a source JSON structure
into a target JSON structure.
Namespace: MFiles.VAF.Configuration.JsonMappingAssembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
public void MapAllValues(
JObject source,
JObject target
)
Parameters
- source JObject
- The source JSON structure to map values from.
- target JObject
- The target JSON structure to map values from the source to.