标签: c# arrays json
我使用以下呼叫:
DataEntry[] dataEntry = JsonUtility.FromJson<DataEntry[]>(json);
但是即使我在传递的参数中有两个条目,我也将json.Length.的值设为0
json.Length.