LitJson源码--cs文件
从google开源项目LitJson上取出的LitJson源码。为纯cs文件。将其解压,放到你的项目中即可使用LitJson库了。例如:unity不支持json的处理,把解压的文件放到Unity3d的assets中的plugins目录下,即可在项目中using LitJson了。
文件列表
LitJson.rar
(预估有个9文件)
LitJson
IJsonWrapper.cs
1KB
ParserToken.cs
781B
JsonWriter.cs
11KB
JsonException.cs
1KB
JsonMapper.cs
30KB
JsonData.cs
26KB
JsonReader.cs
13KB
Lexer.cs
23KB
LitJson.csproj
3KB
用户评论