Json-sharp
- 授权协议: GPLv3
- 开发语言: C#
- 操作系统: Windows
- 软件首页: http://code.google.com/p/json-sharp/
- 软件文档: http://code.google.com/p/json-sharp/wiki/HowToUse
软件介绍
JSON Sharp 是一个简单的 .NET 用于实现 JSON 序列化和反序列化的库。
示例代码:
string JSON.Serialize(object o); string object.ToJSON(); object JSON.Deserialize(string json, Type type); object JSON.Deserialize(string json);
