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 类/对象转换为 C# 类。有没有办法反过来呢?获取一个 C# 类 .. 将其粘贴并生成一个 json 对象或 typescript 类?
谢谢
它需要两个步骤来做到这一点:
C#TOJSON
JSON2TS