I need to populate a json file, now I have something like this:
{\"element\":{\"id\":10,\"quantity\":1}}
And I need to add another \"elemen
cart.push({"element":{ id: id, quantity: quantity }});