JSON转C#类
在线JSON转C#类代码生成器
转换
复制代码
清空
类名:
使用属性
JSON输入
{ "name": "张三", "age": 30, "email": "zhangsan@example.com", "address": { "city": "北京", "street": "朝阳区" }, "hobbies": ["阅读", "旅游"], "married": true, "salary": 15000.50 }
C#代码