In the following json
there are two product objects, the products keep changing some times there are more than 100 products (I tried json
to pojo
converter but it has two for two products inside the main class) ... the products are dynamic ... I am using retrofit
{
"1": {
"entity_id": "11",
"type_id": "virtual",
"sku": "JIG0001VEN",
"name": "Test Chanakya",
"meta_title": "Test Chanakya",
"meta_description": "Test Chanakya",
"brand_name": "Chanakya",
"language": "English",
"no_test_attempts": "4",
"product_type": "25",
"difficulty_level": "20",
"jigno_certified": "18",
"ca_related": "23",
"description": "Test Chanakya",
"short_description": "Test Chanakya",
"meta_keyword": "Test Chanakya",
"regular_price_with_tax": 4500,
"regular_price_without_tax": 4500,
"final_price_with_tax": 4500,
"final_price_without_tax": 4500,
"is_saleable": true
},
"2": {
"entity_id": "12",
"type_id": "virtual",
"sku": "JIG5555GENESIS",
"name": "Genesis Mentors GMAT Mock - 01",
"meta_title": "Genesis GMAT",
"brand_name": "Genesis Mentors",
"language": "English",
"meta_description": "Genesis GMAT",
"no_test_attempts": "3",
"product_type": "25",
"difficulty_level": "21",
"jigno_certified": "18",
"ca_related": "23",
"description": "Exhaustive national level ",
"meta_keyword": "GMAT, Genesis, Management",
"short_description": "Genesis Mentors GMAT Mock",
"regular_price_with_tax": 199,
"regular_price_without_tax": 199,
"final_price_with_tax": 199,
"final_price_without_tax": 199,
"is_saleable": true
}
}