In the below code, 'info' object has a description, quantity, value. How to give them as an array(Indo property). How to retrieve in angular code.
details.customsDetail.itemDetails = {
currency : "2000USD",
weight : "lbs",
info : {
description : "descr",
quantity : "2",
value : "124",
}
};