I am getting a response from a API that returns the following json:
[
{
"input_index":0,
"candidate_index":0,
"components":,
{
"child1":"sam",
"child2":"tom",
}
}
]
i need to get the results of child1 and child2 using c# and json.net.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…