{
  "schema": {
    "fields": [
      {
        "name": "Registered marital status",
        "type": "string",
        "extDtype": "str"
      },
      {
        "name": 2021,
        "type": "string",
        "extDtype": "str"
      }
    ],
    "primaryKey": [
      "Registered marital status"
    ]
  },
  "data": [
    {
      "Registered marital status": "Married",
      "2021": "421"
    },
    {
      "Registered marital status": "Separated",
      "2021": "24"
    },
    {
      "Registered marital status": "Divorced",
      "2021": "88"
    },
    {
      "Registered marital status": "Widowed",
      "2021": "48"
    },
    {
      "Registered marital status": "Never married",
      "2021": "215"
    },
    {
      "Registered marital status": "Total",
      "2021": "796"
    }
  ],
  "source": "Source: Forecast data provided by Place Info Pty Ltd."
}