我想在 JSON 中获得下一个结构:
{
'for-sale': { name: 'For Sale', type: 'folder' },
'vehicles': { name: 'Vehicles', type: 'folder' },
'rentals': { name: 'Rentals', type: 'folder' },
}
我可以JavaScriptSerializer
用来将 .net 类转换为 JSON 格式。但是对于上述示例数据,我的班级必须具有女巫结构吗?