Tech
Forums
Jobs
Books
Events
Videos
Live
More
Interviews
Certification
Training
Career
Members
News
Blogs
Contribute
An Article
A Blog
A Video
An Ebook
An Interview Question
Collapse
Feed
Dashboard
Wallet
Learn
Achievements
Network
Rewards
SharpGPT
Premium
Register
Login
Convert JSON to C# Online
WhatsApp
Venkatesh Kumar
12y
13.1
k
0
5
Resource
0
With the increased interested and usage of web(or REST) API's, sooner or later you'll have to consume an external JSON-producing service. As a C# developer it's nice to have locally-defined static types that you can code against. But writing all these classes that match the JSON data is a boring and cumbersome task.
Let's introduce
json2csharp
This tool will takeover this task and generates C# classes from JSON for you.
Link:
http://bartwullems.blogspot.in/2012/06/json-to-c.html