{ "orders": [ { "username": "hagemeister93", "shipped": true, "tickets": [ { "date": "1", "concertGroupName": "Unlimited Love", "orderPrice": 184, "seatGroup": "A", "seatRow": 0, "seat": 1 } ] }, { "username": "duranduran", "tickets": [ { "date": "4", "concertGroupName": "Unlimited Love", "orderPrice": 184, "seatGroup": "A", "seatRow": 0, "seat": 2 }, { "date": "4", "concertGroupName": "Unlimited Love", "orderPrice": 184, "seatGroup": "A", "seatRow": 0, "seat": 3 } ] }, { "username": "duranduran", "tickets": [ { "date": "14", "concertGroupName": "The Bends", "orderPrice": 184, "seatGroup": "A", "seatRow": 0, "seat": 4 } ] } ] }