TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Convert JSON to C# Online
Venkatesh Kumar
Jul 22 2012
Resource
0
0
18.6
k
facebook
twitter
linkedIn
Reddit
WhatsApp
Email
Bookmark
expand
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