我们常用的LitJson 的使用时候是不能解析类似 List<string[]> 或者List<string>[] 这种结构的。

可以使用 Newtonsoft.Json 来代替。需要导入 Newtonsoft.Json.dll 文件,网站上有。

Unity3d中Json不能解析二维数组的解决方法

 

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-01-24
  • 2021-11-30
  • 2021-11-28
  • 2022-01-18
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-08-01
  • 2022-12-23
  • 2022-12-23
  • 2021-10-27
  • 2021-10-22
  • 2021-11-30
相关资源
相似解决方案