{
  "Stores": [
    {
      "name": "Burwood Store",
      "storeId": "1234",
      "address": "Burwood, 172 Burwood Hwy, Burwood East VIC 3151",
      "latitude": -37.84563157319817,
      "longitude": 145.1542919765666,
      "tradingHoursText": null,
      "tradingHours": {
        "storeClosure": null,
        "publicHolidays": null,
        "standard": {
          "monday": {
            "closingTime": "9:00PM",
            "openingTime": "6:30AM"
          },
          "tuesday": {
            "closingTime": "9:00PM",
            "openingTime": "6:30AM"
          },
          "wednesday": {
            "closingTime": "9:00PM",
            "openingTime": "6:30AM"
          },
          "thursday": {
            "closingTime": "9:00PM",
            "openingTime": "6:30AM"
          },
          "friday": {
            "closingTime": "9:00PM",
            "openingTime": "6:30AM"
          },
          "saturday": {
            "closingTime": "7:00PM",
            "openingTime": "7:00AM"
          },
          "sunday": {
            "closingTime": "7:00PM",
            "openingTime": "7:00AM"
          }
        }
      }
    },
    {
      "name": "Boronia Store",
      "storeId": "1235",
      "address": "5 Chandler Road, Floriston Rd, Boronia VIC 3155",
      "latitude": -37.85764950455437,
      "longitude": 145.2871372504115,
      "tradingHoursText": null,
      "tradingHours": {
        "storeClosure": null,
        "publicHolidays": null,
        "standard": {
          "monday": {
            "closingTime": "9:00PM",
            "openingTime": "6:00AM"
          },
          "tuesday": {
            "closingTime": "9:00PM",
            "openingTime": "6:00AM"
          },
          "wednesday": {
            "closingTime": "9:00PM",
            "openingTime": "6:00AM"
          },
          "thursday": {
            "closingTime": "9:00PM",
            "openingTime": "6:00AM"
          },
          "friday": {
            "closingTime": "9:00PM",
            "openingTime": "6:00AM"
          },
          "saturday": {
            "closingTime": "7:00PM",
            "openingTime": "7:00AM"
          },
          "sunday": {
            "closingTime": "7:00PM",
            "openingTime": "7:00AM"
          }
        }
      }
    }
  ]
}