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.
我正在使用返回 JSON 对象的类似 REST 的 API。我可以将这些对象反序列化为 C# 对象,但我想要强类型的解决方案。
是否有任何工具可以使用 JSON 对象作为参考生成类?
此页面包含一些指向从 JSON 生成 C# 类的工具的链接:
http://www.codeproject.com/Articles/233698/Consuming-a-Json-WebService-from-a-Csharp-or-VB-Ap