JsonHelper.GetDictionary Method

JsonHelperGetDictionary Method

[Missing <summary> documentation for "M:Hive5.JsonHelper.GetDictionary(LitJson.JsonData)"]

Namespace: Hive5
Assembly: Hive5.Unity (in Hive5.Unity.dll) Version: 0.0.0.0Syntax
public static Dictionary<string, JsonData> GetDictionary(JsonData json)

Parameters

json
Type: JsonData

[Missing <param name="json"/> documentation for "M:Hive5.JsonHelper.GetDictionary(LitJson.JsonData)"]

Return Value

Type: DictionaryString, JsonData

[Missing <returns> documentation for "M:Hive5.JsonHelper.GetDictionary(LitJson.JsonData)"]

See Also

You Might Also Like