[
  {
    "raceTitle": "State Assembly District 53 - Los Angeles County Results",
    "Reporting": "100% (31 of 31) precincts reporting",
    "ReportingTime": "June 9, 2026, 4:33 p.m.",
    "candidates": [
      {
        "Name": "Michelle Rodriguez",
        "Party": "Dem",
        "Votes": "15,378",
        "Percent": "71.7",
        "incumbent": true
      },
      {
        "Name": "Rafaela Romero",
        "Party": "Rep",
        "Votes": "6,068",
        "Percent": "28.3",
        "incumbent": false
      }
    ]
  },
  {
    "raceTitle": "State Assembly District 53 - Districtwide Results",
    "Reporting": "100% (168 of 168) precincts reporting",
    "ReportingTime": "June 9, 2026, 6:57 p.m.",
    "candidates": [
      {
        "Name": "Michelle Rodriguez",
        "Party": "Dem",
        "Votes": "45,554",
        "Percent": "62.3",
        "incumbent": true
      },
      {
        "Name": "Rafaela Romero",
        "Party": "Rep",
        "Votes": "27,614",
        "Percent": "37.7",
        "incumbent": false
      }
    ]
  }
]