ConfigSectionNode ToJSONDataMap Method NFX Class Library

[This is preliminary documentation and is subject to change.]

Converts this ConfigSectionNode to JSONDataMap. Contrast with ToConfigurationJSONDataMap Be carefull: that this operation can "lose" data from ConfigSectionNode. In other words some ConfigSectionNode information can not be reflected in corresponding JSONDataMap, for example this method overwrites duplicate key names and does not support section values

Namespace: NFX.Environment
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public JSONDataMap ToJSONDataMap()

Return Value

Type: JSONDataMap

Implements

IConfigSectionNode ToJSONDataMap 
See Also