C像java一样优雅的解析JSON数据
C#的一个解析JSON的工具类,像java一样优雅的解析JSON数据,包含有JSONObject和JSONArray对象。 JSONObject json = new JSONObject(); json.Put("sex", "男"); json.Put("age", 123); json.Put("name", "张三"); JSONArray array = new JSONArray(); array.Put(json); Console.WriteLine(array.GetJSONObject(0).GetString("name")); JSONObject json = ne
文件列表
ForceJson-master.zip
(预估有个19文件)
ForceJson-master
ForceJSON.sln
1KB
ConsoleDemo
Program.cs
1KB
ConsoleDemo.csproj.user
465B
Properties
AssemblyInfo.cs
1KB
ConsoleDemo.csproj
4KB
App.config
182B
LICENSE
11KB
暂无评论