JsonMapMapValues Method

Maps all values referenced by a specific mapping a source JSON structure into a target JSON structure.

Definition

Namespace: MFiles.VAF.Configuration.JsonMapping
Assembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
C#
public void MapValues(
	JObject source,
	JObject target,
	JsonValueMapping mapping
)

Parameters

source  JObject
The source JSON structure to map values from.
target  JObject
The target JSON structure to map values from the source to.
mapping  JsonValueMapping
The mapping that defines the value(s) to map.

See Also