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
Sujeet Raman
864
927
352.9k
what will be the json format of given data?
May 25 2021 12:21 PM
Hi i need a help. i want to understand what will be the json list of a given data format.
var student=studentVersion
{
name="raj"
address="xyz"
}
var teacher=teacherVersion
{
name="raj"
salary="2000"
studentVersion=student
}
var manager=managerVersion
{
name="gis"
salary="9000"
studentVersion=student
teacherVersion= teacher
}
I couldn't understand how will be the json format of given c# model
Reply
Answers (
1
)
Implement One Signal In MVC.
Set Data in TempData.