Problems organizing complex json response with Realm
问题 I am trying to use realm with my android application. I tried looking in to some simple examples about realm. I was able to setup the project with realm and now want to start implementing it but facing problems to generate classed in accordance to my json response. following is an example of json I will be using { "Status":true, "Message":"Success", "ds":{ "Table1":[{ "CustomerId":"1", "CustomerName":"TestUser", "CustomerNo":"100001", "CustomerUrl":"http://abc-001-site10.itempurl.com",