Click here to Skip to main content
15,900,724 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
How to Deserializing JSON to Object or collection of format like that
HTML
{"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"]]}
Posted
Updated 2-May-13 1:07am
v4

You can find json libraries written for plenty of languages on the website of the json format: http://www.json.org/[^].
 
Share this answer
 
The most popular json serializer is here

http://james.newtonking.com/pages/json-net.aspx[^]
 
Share this answer
 
here we get the class structure of that json format..
http://www.json2csharp.com


http://json2csharp.com/[^]
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900