I have next object with array of objects:
{ type: \'usd\', products: [{val: 11, price: 1.23}, {val: 24, price: 20.99}, {val: 32,price: 2.99}], } <