用结构体写json格式写出四组数组名分别是source,type,model,UID
时间: 2023-04-05 14:01:56 浏览: 123
json数组格式大全
4星 · 用户满意度95%
以下是用结构体写json格式的四组数组名:
{
"source": [
"CSDN",
"Google",
"Baidu",
"Microsoft"
],
"type": [
"Web",
"Mobile",
"Desktop",
"Embedded"
],
"model": [
"Supervised",
"Unsupervised",
"Reinforcement",
"Deep Learning"
],
"UID": [
"123456",
"789012",
"345678",
"901234"
]
}
阅读全文