我需要一些帮助才能将这种JSON对象转换为c#类,以便我可以反序列化它
以下是它的外观:
{
"Result":{
"test_one":"test",
"test_two":"test",
"main":[
{
"@attributes":{
"ID":"1",
"Name":"test1"
}
},
{
"@attributes":{
"ID":"2",
"Name":"test2"
}
}
]
}
}
答案 0 :(得分:0)
你可以使用在线转换器:) 这个适用于你的json:json2csharp
答案 1 :(得分:0)