How to create c# class for below json object?
I am new to json. This is my json object.Anyone please help me to create
C# class for the below json object
{ "JBS" : { "name" : "Jobsite" }, "LNK" : { "name" : "Linked IN" }, "MUK"
: { "name" : "Monster UK" } }
In that I need information of (JBS,jobsite ) like that for n elements.
Thanks.
No comments:
Post a Comment