Click or drag to resize

DataStructureHelperGetFieldDictionaryFromJson Method

Namespace:  Unvired.Kernel.Utils
Assembly:  Unvired.Kernel.UWP (in Unvired.Kernel.UWP.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static Dictionary<string, Object> GetFieldDictionaryFromJson(
	JObject fieldObj
)

Parameters

fieldObj
Type: JObject

Return Value

Type: DictionaryString, Object
See Also