{
"ID": 1,
"Name": "Aman",
"Description": "Food",
"FeedbackTypeID": 2,
"BanckMark": 50,
"CutoffPercentage": 50,
"IsOverridable": false,
"ApplicableBranchId": [
13,
14
]
}
如何從JSON
獲取ApplicableBranchId
。從Json獲取整數列表
你已經試過了嗎? – Pankaj