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
charan sri
NA
10
21.9k
how to convert an object from json format to integer format
Aug 16 2012 3:16 AM
hi,
I am passing an array from view to the controller using json.stringify() method.
That value is passing to the controller and that is in
"\"[{\\\"id\\\":1 "id\\\":2}]\"" format.I think this is in json format,I want to convert this into
{id:1,id:2}
format.
I tried to convert this into string format using JsonConvert.serailizeObject(),
but it is displaying in "\"\\\"[{\\\\\\\"id\\\\\\\":1}]\\\"\""format.
can u tell me how can i convert into integer format
Reply
Answers (
1
)
maintain scrollbar position
store image in a variable