Files
Studio/Assets/Resources/Test.json

81 lines
1.5 KiB
JSON
Raw Normal View History

2025-05-07 13:47:19 +09:00
{
2025-05-12 08:35:29 +09:00
"dataList": [
2025-05-07 13:47:19 +09:00
{
"name": "API_1",
2025-05-12 08:35:29 +09:00
"fields": [
2025-05-07 13:47:19 +09:00
{
2025-05-12 08:35:29 +09:00
"name": "data1",
"type": "Int",
"value": "30",
"matchingValue": [
2025-05-07 13:47:19 +09:00
{
2025-05-12 08:35:29 +09:00
"matchingValue": "",
"matchingType": ""
2025-05-07 13:47:19 +09:00
}
]
},
{
2025-05-12 08:35:29 +09:00
"name": "data2",
"type": "String",
"value": "30",
"matchingValue": [
2025-05-07 13:47:19 +09:00
{
2025-05-12 08:35:29 +09:00
"matchingValue": "",
"matchingType": ""
}
]
},
{
"name": "data3",
"type": "Float",
"value": "30.5",
"matchingValue": [
2025-05-07 13:47:19 +09:00
{
2025-05-12 08:35:29 +09:00
"matchingValue": "",
"matchingType": ""
2025-05-07 13:47:19 +09:00
}
]
}
]
},
{
"name": "API_2",
2025-05-12 08:35:29 +09:00
"fields": [
2025-05-07 13:47:19 +09:00
{
2025-05-12 08:35:29 +09:00
"name": "data1",
"type": "Int",
"value": "30",
"matchingValue": [
2025-05-07 13:47:19 +09:00
{
2025-05-12 08:35:29 +09:00
"matchingValue": "",
"matchingType": ""
2025-05-07 13:47:19 +09:00
}
]
},
{
2025-05-12 08:35:29 +09:00
"name": "data2",
"type": "String",
"value": "30",
"matchingValue": [
2025-05-07 13:47:19 +09:00
{
2025-05-12 08:35:29 +09:00
"matchingValue": "",
"matchingType": ""
}
]
},
{
"name": "data3",
"type": "Float",
"value": "30.5",
"matchingValue": [
2025-05-07 13:47:19 +09:00
{
2025-05-12 08:35:29 +09:00
"matchingValue": "",
"matchingType": ""
2025-05-07 13:47:19 +09:00
}
]
}
]
}
]
}