如何将JSON反序列化为格式的对象... [英] How to Deserializing JSON to Object of format like that...

查看:98
本文介绍了如何将JSON反序列化为格式的对象...的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如何将JSON反序列化为Object或类似格式的集合

How to Deserializing JSON to Object or collection of format like that

{"monday":[["11:00","22:00"]],"tuesday":[["11:00","22:00"]],"wednesday":[["11:00","22:00"]],"thursday":[["11:00","22:00"]],"friday":[["11:00","23:00"]],"saturday":[["17:00","23:00"]]}

推荐答案

您可以在json格式的网站上找到为大量语言编写的json库: http://www.json.org/ [ ^ ]。
You can find json libraries written for plenty of languages on the website of the json format: http://www.json.org/[^].


最流行的json序列化器在这里



http://james.newtonking.com/pages/json-net.aspx [ ^ ]
The most popular json serializer is here

http://james.newtonking.com/pages/json-net.aspx[^]


这里我们得到的类结构那个json格式..

http://www.json2csharp.com





http://json2csharp.com/ [ ^ ]
here we get the class structure of that json format..
http://www.json2csharp.com


http://json2csharp.com/[^]


这篇关于如何将JSON反序列化为格式的对象...的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆