{
"result" : [{
"conf" : 1.000000,
"end" : 0.300000,
"start" : 0.000000,
"word" : "bright"
}, {
"conf" : 1.000000,
"end" : 0.720000,
"start" : 0.330000,
"word" : "bright"
}, {
"conf" : 1.000000,
"end" : 1.950000,
"start" : 1.710000,
"word" : "bright"
}],
"text" : "bright bright bright"
}
我有这个 JSON 数组。我需要从表格格式的“结果”中提取所有详细信息。例如,
conf start end word
1.000000 0.000000 0.300000 bright
1.000000 0.330000 0.720000 bright
1.000000 1.710000 1.950000 bright
如何从“结果”部分提取这些值并将详细信息附加到 excel 中?
呼啦一阵风
开心每一天1111
12345678_0001
相关分类