Class MiniJsonExtensions
Extension class for MiniJson to access values in JSON format.
Inherited Members
Namespace: UnityEngine .Purchasing.MiniJSON
Assembly: solution.dll
Syntax
public static class MiniJsonExtensions
Methods
Name | Description |
---|---|
Array |
Convert string JSON into List of Objects. |
Get |
Get the bool in the JSON dictionary. |
Get |
Get the casted enum in the JSON dictionary. |
Get |
Get the HashDictionary of a key in JSON dictionary. |
Get |
Get the long in the JSON dictionary. |
Get |
Get the string in the JSON dictionary. |
Get |
Get the list of strings in the JSON dictionary. |
Get<T>(Dictionary<string, object>, string) | Get the casted object in the JSON dictionary. |
Hashtable |
Convert string JSON into Dictionary. |
to |
Convert a Dictionary to JSON. |
to |
Convert a Dictionary to JSON. |
to |
Convert a string array to JSON. |