JsonMapMapAllValues Method |
Maps all values referenced by this map from a source JSON structure
into a target JSON structure.
Namespace:
MFiles.VAF.Configuration.JsonMapping
Assembly:
MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 21.8.10524.1
Syntaxpublic void MapAllValues(
JObject source,
JObject target
)
Public Sub MapAllValues (
source As JObject,
target As JObject
)
public:
void MapAllValues(
JObject^ source,
JObject^ target
)
Parameters
- source
- Type: JObject
The source JSON structure to map values from. - target
- Type: JObject
The target JSON structure to map values from the source to.
See Also