Method GetHash
GetHash(Dictionary<string, object>, string)
Get the HashDictionary of a key in JSON dictionary.
Declaration
public static Dictionary<string, object> GetHash(this Dictionary<string, object> dic, string key)
Parameters
Type | Name | Description |
---|---|---|
Dictionary<string, object> | dic | The JSON in dictionary representations. |
string | key | The Key to get the HashDictionary from in the JSON dictionary. |
Returns
Type | Description |
---|---|
Dictionary<string, object> | The HashDictionary found in the JSON |