[
  {
    "state": "California",
    "gdp_billion": 59.37,
    "share_pct": 49.7
  },
  {
    "state": "New York",
    "gdp_billion": 24.06,
    "share_pct": 20.2
  },
  {
    "state": "Georgia",
    "gdp_billion": 4.67,
    "share_pct": 3.9
  },
  {
    "state": "Florida",
    "gdp_billion": 2.92,
    "share_pct": 2.4
  },
  {
    "state": "Texas",
    "gdp_billion": 2.85,
    "share_pct": 2.4
  },
  {
    "state": "New Mexico",
    "gdp_billion": 1.1,
    "share_pct": 0.9
  },
  {
    "state": "All other states",
    "gdp_billion": 24.4,
    "share_pct": 20.4
  }
]
