I want to get List of bills . I am getting data in response and content also. but after Deserialize the JSON object
bills = data.bill_details as List; in this line i am getting Null value.
Any suggestion please?
↧
how to solve getting null value in List after Deserialize JSON Object?
↧