Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在我的 ASP.NET MVC 项目中得到一个 JsonResult 对象,它的 Data 属性是一个像这样的 json 字符串:
"{\"Name\":\"Paul\", \"Age\":\"23\"}";
如何在 c# 中获取有关此字符串的键/值对?我的意思是我可以通过每个键获取值。提前致谢!