Class JsonDetail
Use this detail to store JSON like data.
Inherited Members
Namespace: UnityEngine .GameFoundation
Assembly: solution.dll
Syntax
public sealed class JsonDetail : BaseDetail
Methods
Name | Description |
---|---|
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. |