Files
Studio/Assets/Resources/Test.json
2025-05-12 08:35:29 +09:00

81 lines
1.5 KiB
JSON

{
"dataList": [
{
"name": "API_1",
"fields": [
{
"name": "data1",
"type": "Int",
"value": "30",
"matchingValue": [
{
"matchingValue": "",
"matchingType": ""
}
]
},
{
"name": "data2",
"type": "String",
"value": "30",
"matchingValue": [
{
"matchingValue": "",
"matchingType": ""
}
]
},
{
"name": "data3",
"type": "Float",
"value": "30.5",
"matchingValue": [
{
"matchingValue": "",
"matchingType": ""
}
]
}
]
},
{
"name": "API_2",
"fields": [
{
"name": "data1",
"type": "Int",
"value": "30",
"matchingValue": [
{
"matchingValue": "",
"matchingType": ""
}
]
},
{
"name": "data2",
"type": "String",
"value": "30",
"matchingValue": [
{
"matchingValue": "",
"matchingType": ""
}
]
},
{
"name": "data3",
"type": "Float",
"value": "30.5",
"matchingValue": [
{
"matchingValue": "",
"matchingType": ""
}
]
}
]
}
]
}