I am trying to Deserialize string to class with this structure: // this is my json { "MethodName":"PRC_SET_COMMISSION_STATIC", "Input":"{"reqType":"U","sapId":17000100,"offerType":5,"commissionRate":4,"accountNo":null,"fromDate":"2022-05-29T00:00:00","toDate":"2029-05-29T00:00:00","userId":"13601360"}"} And this is my class which ...
Home/json
Softans Latest Questions
bit of a junior dev here, i have a text area which will receive an input of an array of objects like so [ { utc: "xxxxxx", battery_level: ...