Click or drag to resize

JsonConverterConvertToDictionary Method

Namespace:  Dynamicweb.Core.Json
Assembly:  Dynamicweb.Core (in Dynamicweb.Core.dll) Version: 3.1.1
Syntax
public static IDictionary<string, Object> ConvertToDictionary(
	JObject jsonObject
)

Parameters

jsonObject
Type: Dynamicweb.Core.JsonJObject

Return Value

Type: IDictionaryString, Object
See Also