Json 数据的存储方法及LitJson使用方法

Json 数据的存储方法及LitJson使用方法

文章目录

  • litJson与Json的区别
  • Json 数据格式的存储及使用
  • litJson 如何解析Json
  • 菜鸟教程(包含大部分程序员初级教程)

litJson与Json的区别

简单来说,json是一种数据存储的格式,而LitJson就是处理这种格式数据的工具,即类库。
https://www.jianshu.com/p/05360f6775b7

在这里插入图片描述
Json 数据的存储方法及LitJson使用方法_第1张图片

Json 数据格式的存储及使用

https://www.runoob.com/json/json-tutorial.html
Json 数据的存储方法及LitJson使用方法_第2张图片

litJson 如何解析Json

https://blog.csdn.net/u011484013/article/details/51303674
Json 数据的存储方法及LitJson使用方法_第3张图片

菜鸟教程(包含大部分程序员初级教程)

想了解更多程序员基础知识,可以到菜鸟教程上搜索资源教程。
https://www.runoob.com/

Json 数据的存储方法及LitJson使用方法_第4张图片

你可能感兴趣的:(Unity开发,C#,Android,json,java)