 | JsonConverterConvertToDictionary Method |
Namespace:
Dynamicweb.Core.Json
Assembly:
Dynamicweb.Core (in Dynamicweb.Core.dll) Version: 3.1.1
Syntaxpublic static IDictionary<string, Object> ConvertToDictionary(
JObject jsonObject
)
Public Shared Function ConvertToDictionary (
jsonObject As JObject
) As IDictionary(Of String, Object)
Parameters
- jsonObject
- Type: Dynamicweb.Core.JsonJObject
Return Value
Type:
IDictionaryString,
Object
See Also