JObjectHelperReplaceValue Method

Replaces a value in a JSON structure with another value.

Definition

Namespace: MFiles.VAF.Configuration.JsonMapping
Assembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
C#
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.

See Also