JsonMapConvertSource Method

Converts a source json string to a target json string using the mappings defined in this object.

Definition

Namespace: MFiles.VAF.Configuration.JsonMapping
Assembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
C#
public string ConvertSource(
	string sourceJson,
	string targetJson = "{}"
)

Parameters

sourceJson  String
JSON string in the source format.
targetJson  String  (Optional)
JSON string of the target format to map values into.

Return Value

String
Converted json string.

See Also