unity中JsonData中的json数据转换成普通数据类型的方法

double为例

jditem为JsonData类型

double x=double.Parse(jditem[count]["x"].ToString());


你可能感兴趣的:(json,unity3d)