如何在 C# 中使用 django Web 服务?
python - django webmethod 返回 simplejson.dumps, 如何将 simplejson 字符串转换为 C# 2.0 对象?
例如,
字典 ->哈希表
字符串 ->字符串
...
现有.NET框架或任何第三方工具中是否有任何JSON可序列化库?
python - django webmethod returns simplejson.dumps,
how can I convert the simplejson string into C# 2.0 Object ?
for example,
dict -> Hashtable
string -> String
...
is there any JSON Serializable library in existing .NET framework or any 3rd party tool ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
尝试托管在 GitHub 上的 JSON.net 项目:JSON.NET
Try the JSON.net project hosted at GitHub : JSON.NET
尝试过System.Json?
Tried System.Json?