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
pradeep kumar
NA
32
7.7k
How do I return Key Value pair Json from MVC controller
Sep 30 2017 3:38 AM
I want to return this type of Json from MVC controller
[
{
"key": "iPhone",
"values": [
{
"axis": "Battery Life",
"value": 0.22
},
{
"axis": "Brand",
"value": 0.28
},
{
"axis": "Contract Cost",
"value": 0.29
},
{
"axis": "Design And Quality",
"value": 0.17
},
{
"axis": "Have Internet Connectivity",
"value": 0.22
},
{
"axis": "Large Screen",
"value": 0.02
},
{
"axis": "Price Of Device",
"value": 0.21
},
{
"axis": "To Be A Smartphone",
"value": 0.50
}
]]
Reply
Answers (
1
)
Write an example for static class in csharp?
how to retrieve image and text from database in web applica