JObjectHelperReplaceValue Method
Replaces a value in a JSON structure with another value.
Namespace: MFiles.VAF.Configuration.JsonMappingAssembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
public void ReplaceValue(
JToken curValue,
JToken newValue
)
Parameters
- curValue JToken
- The current value in the JSON structure.
- newValue JToken
- The new value to set at the same location in the JSON structure.