JsonValueMappingConverter Property

A custom converter that should be used when mapping values from the source JSON structure to the target JSON structure. Must be absolute, but can contain array index wild-cards.

Definition

Namespace: MFiles.VAF.Configuration.JsonMapping
Assembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
C#
public IJsonValueConverter Converter { get; set; }

Property Value

IJsonValueConverter

See Also