Can I convert a JSON string into JsonResult ?

Posted by user252160 on Stack Overflow See other posts from Stack Overflow or by user252160
Published on 2010-04-21T17:29:57Z Indexed on 2010/04/21 17:33 UTC
Read the original article Hit count: 759

Filed under:
|
|
|

I have some stored JSON strings stored in the DB which I want to return to the client as JsonResult . I know that Json(object) turns an object into JsonResult but what if I already have the result in a string ? can I cast it to JsonResult

© Stack Overflow or respective owner

Related posts about asp.net-mvc

Related posts about ASP.NET