文件名称:LitJson
- 所属分类:
- C#编程
- 资源属性:
- [Windows] [Visual.Net] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 18kb
- 下载次数:
- 0次
- 提 供 者:
- 没文化***
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
从google开源项目LitJson上取出的LitJson源码。为纯cs文件。将其解压,放到你的项目中即可使用LitJson库了。例如:unity不支持json的处理,把解压的文件放到Unity3d的assets中的plugins目录下,即可在项目中using LitJson了。
-The source of LitJson removed from google open source project LitJson. Pure cs file. Extract, you can use LitJson library into your project. For example: unity does not support json processing, unzip the file into the plugins directory Unity3d' s assets, you can project using LitJson.
-The source of LitJson removed from google open source project LitJson. Pure cs file. Extract, you can use LitJson library into your project. For example: unity does not support json processing, unzip the file into the plugins directory Unity3d' s assets, you can project using LitJson.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
LitJson\IJsonWrapper.cs
.......\JsonData.cs
.......\JsonException.cs
.......\JsonMapper.cs
.......\JsonReader.cs
.......\JsonWriter.cs
.......\Lexer.cs
.......\LitJson.csproj
.......\ParserToken.cs
LitJson