Method HashtableFromJson
HashtableFromJson(string)
Convert string JSON into Dictionary.
Declaration
public static Dictionary<string, object> HashtableFromJson(this string json)
Parameters
Type | Name | Description |
---|---|---|
string | json | String JSON to convert. |
Returns
Type | Description |
---|---|
Dictionary<string, object> | Dictionary converted from string json. |