Ineed to create a JSONArray type with the GSON class
{
"Company":"XYZ Company",
"Cust_Name":"ABC NAME",
"Sector":"SECTOR 1",
"Year":"2017",
"Product_IDs":[
{
"Product_ID":"001",
"JAN":"20",
"Feb":"30",
"MAR":"40"
},
{
"Product_ID":"002",
"JAN":"50",
"Feb":"60",
"MAR":"80"
}
]
}
how to create JSONArray type can any one help me