JsonMapCreateReverseMap Method

Creates an inverted map that will map values from the target JSON structure, back to the source JSON structure.

Definition

Namespace: MFiles.VAF.Configuration.JsonMapping
Assembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
C#
public JsonMap CreateReverseMap()

Return Value

JsonMap
A map with inverse mappings.

See Also