JObjectHelperReplaceValue Method |
Replaces a value in a JSON structure with another value.
Namespace:
MFiles.VAF.Configuration.JsonMapping
Assembly:
MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 21.8.10524.1
Syntaxpublic void ReplaceValue(
JToken curValue,
JToken newValue
)
Public Sub ReplaceValue (
curValue As JToken,
newValue As JToken
)
public:
void ReplaceValue(
JToken^ curValue,
JToken^ newValue
)
Parameters
- curValue
- Type: JToken
The current value in the JSON structure. - newValue
- Type: JToken
The new value to set at the same location in the JSON structure.
See Also