JsonValueMapping Constructor

Constructor.

Definition

Namespace: MFiles.VAF.Configuration.JsonMapping
Assembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
C#
public JsonValueMapping(
	string sourcePath,
	string targetPath,
	IJsonValueConverter converter = null
)

Parameters

sourcePath  String
The source path to the value location(s) in the source JSON structure. Must be absolute, but can contain array index wild-cards.
targetPath  String
The target path to the corresponding value location(s) in the target JSON structure. Must be absolute, but can contain array index wild-cards.
converter  IJsonValueConverter  (Optional)
A custom converter that should be used when mapping values from the source JSON structure to the target JSON structure.

See Also