[
  {
    "raceTitle": "State Assembly District 53 - San Bernardino County Results",
    "Reporting": "100% (137 of 137) precincts reporting",
    "ReportingTime": "June 9, 2026, 3:53 p.m.",
    "candidates": [
      {
        "Name": "Michelle Rodriguez",
        "Party": "Dem",
        "Votes": "30,176",
        "Percent": "58.3",
        "incumbent": true
      },
      {
        "Name": "Rafaela Romero",
        "Party": "Rep",
        "Votes": "21,546",
        "Percent": "41.7",
        "incumbent": false
      }
    ]
  },
  {
    "raceTitle": "State Assembly District 53 - Districtwide Results",
    "Reporting": "100% (168 of 168) precincts reporting",
    "ReportingTime": "June 10, 2026, 11:31 a.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
      }
    ]
  }
]