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
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Ashok
NA
507
80.8k
How to read JSON data in c# code.
Jun 2 2021 11:28 AM
Hi All,
How to read the below JSON data in C# code.Can you please provide me the sample code.Thank You.
{
"APHeader": {
"CId": "AMB",
"SId": "CC"
},
"APData": [
{
"ADLHeader": {
"PNo": "123",
"PDate": "07/09/2020"
},
"ADLines": [
{
"LNo": 1,
"TKU": "111"
},
{
"LNo": 2,
"TKU": "222"
}
]
}
]
}
Reply
Answers (
4
)
Set Pagination in c#.
querystring parameters are not working in API