JsonMapMapAllValues Method

Maps all values referenced by this map from 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 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.

See Also