FastJson轻量级JSON解析库

FastJson 的解析速度蛮快的,阿里出的东西,在 JSON 上真还挺给力。是在 Android 上,用起来也轻巧,响应快,挺适合内存吃紧的移动端。你要是经常做 Java 或 Android 开发,JSON 解析这块不想折腾太多,那 FastJson 就蛮合适的。常规的对象转 JSON、JSON 转 JavaBean 这些操作,它几行代码就搞定了,像JSON.toJSONString()JSON.parseObject()这种 API,用起来顺手。JAR 包直接引用也方便,官方源码里也有例子和测试项目,照着抄都行。要注意一点,FastJson 虽然快,但老版本有些安全漏洞,记得用新版。你要是正在选 JSON 库,不妨下个试试,轻巧又实用。

zip
fastJSON_v2.1.9.zip 预估大小:26个文件
folder
fastJSON 文件夹
file
JsonParser.cs 12KB
file
AssemblyInfo.cs 405B
file
dynamic.cs 2KB
file
fastJSON net35.csproj 5KB
file
Formatter.cs 2KB
file
fastJSON.csproj 6KB
file
fastJSON-SL.csproj 4KB
file
Getters.cs 230B
file
fastJSON.snk 596B
file
JsonSerializer.cs 20KB
file
fastJSON-android.csproj 2KB
folder
Properties 文件夹
file
SafeDictionary.cs 1KB
file
JSON.cs 36KB
file
Reflection.cs 21KB
file
history.txt 10KB
folder
Consoletest 文件夹
file
AssemblyInfo.cs 1KB
file
Program.cs 15KB
file
consoletest.csproj 3KB
file
mytests.cs 9KB
file
dataobjects.cs 2KB
file
UnitTests.nunit 191B
file
README.md 203B
file
consoletest.sln 3KB
folder
UnitTests 文件夹
file
Tests.cs 57KB
file
UnitTests.csproj 3KB
folder
Properties 文件夹
file
AssemblyInfo.cs 1KB
zip 文件大小:49.76KB