Class JsonData
A container for JSON data using string parsing to avoid reflection.
Implements
Namespace: UnityEngine .GameFoundation
Assembly: solution.dll
Syntax
public sealed class JsonData : IDictionaryConvertible
Constructors
Name | Description |
---|---|
Json |
Fields
Name | Description |
---|---|
array |
Extension used to identify stored data arrays. |
custom |
Extension used to identify stored IDictionary |
dictionary |
Type name used to identify stored Dictionary. |
Methods
Name | Description |
---|---|
Fill |
Reset this object and fill it with the given data. |
To |
Converts this object to a JSON ready dictionary. |
Try |
Try to find the array of data with the given name and deserialize it into the given list. |
Try |
Try to find the array of data with the given name and deserialize it. |
Try |
Try to find the data of the given built-in data type with the given name and deserialize it. |
Try |
Try to find the array of data with the given name and deserialize it into the given list. |
Try |
Try to find the array of data with the given name and deserialize it. |
Try |
Try to find the data with the given name and deserialize it. |
Try |
Try to find the dictionary of data with the given name and deserialize it into the given dictionary. |