10 TIPs - To Become a Good Developer/Programmer
Why Join
Become a member
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
C# Corner Home
Technologies
Monthly Leaders
ASK A QUESTION
Forum guidelines
siva nathan
1.4k
759
142.4k
Deserialize json string into object in c#
Oct 1 2020 10:51 AM
Hi, I have a json string as follows Var json content={"label":"abc","value":{"id":13,"street":"qwerty"}} Convert this and assign into student class Public class student { Public string label {get;set;} Public address value{get;set;} } Public class address { public int id {get;set;} Public string street {get;set;} }
Reply
Answers (
6
)
Display data from latest text file into richtextbox
Getting error for page redirect