JsonMapConvertSource Method
Converts a source json string to a target json string using the
mappings defined in this object.
Namespace: MFiles.VAF.Configuration.JsonMappingAssembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
public string ConvertSource(
string sourceJson,
string targetJson = "{}"
)
- sourceJson String
- JSON string in the source format.
- targetJson String (Optional)
- JSON string of the target format to map values into.
StringConverted json string.