about json
how to convert asp.net object into json
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Jignesh TrivediPosted Nov 24, 2015, 10:43 PM
Chandu KumawatPosted Nov 24, 2015, 6:41 AM
Mukesh KumarPosted Nov 24, 2015, 6:28 AM
You could use the
JavaScriptSerializerclass (add reference toSystem.Web.Extensions):A full example:
Hope this will help you.