Excuse me, VB - vs2010 - DataContractJsonSerializer, how to transform the json string
{
"Data" :
{
"123" :
{" name ":" xxx1 ", "id" : "1001"},
{" name ":" xxx2 ", "id" : "1002"}
]
"201" :
{" name ":" zzz1 ", "id" : "2001"},
{" name ":" zzz2 ", "id" : "2002"}
]
}
}