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.
我需要在我的 .net WCF 服务中处理来自第三方应用程序的 JSON 数据(POST 请求)。基本上第三方应用程序会使用我的 WCF 服务。发布的 JSON 数据结构是已知的。我想知道如何在我的服务中反序列化 JSON 数据?
创建复制 json 数据结构的类和属性,并使用此框架进行序列化和反序列化:
Json 框架
可以在这里生成类: Json to classes