文件名称:LitJson源码--cs文件
文件大小:18KB
文件格式:RAR
更新时间:2015-11-08 03:34:04
LitJson源码 unity C#处理json
从google开源项目LitJson上取出的LitJson源码。为纯cs文件。将其解压,放到你的项目中即可使用LitJson库了。例如:unity不支持json的处理,把解压的文件放到Unity3d的assets中的plugins目录下,即可在项目中using LitJson了。
【文件预览】:
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)