how to convert json into c#

If you don't know the json format in c# then use this link . In this link you pass your json string in this and got c# class as model

http://json2csharp.com/

Comments