Hi All,
In this short article which saves you a lot of time in our day to day work. In visual studio IDE there is a feature called "Paste JSON as Class" which is comes under Edit Menu and inside of Paste Special sub menu.
In general, Once we have any data in any format we use to create a class with properties and variables manually.
With "Paste JSON as Class" feature in visual studio saves you a time for JSON data.
In order to achieve that we need a JSON data.
In the below snapshot, It shows you how we can convert JSON data to Class using Visual Studio IDE.
In this short article which saves you a lot of time in our day to day work. In visual studio IDE there is a feature called "Paste JSON as Class" which is comes under Edit Menu and inside of Paste Special sub menu.
In general, Once we have any data in any format we use to create a class with properties and variables manually.
With "Paste JSON as Class" feature in visual studio saves you a time for JSON data.
In order to achieve that we need a JSON data.
In the below snapshot, It shows you how we can convert JSON data to Class using Visual Studio IDE.
No comments:
Post a Comment