Skip to content

Instantly share code, notes, and snippets.

@pobalopalous
Created April 5, 2024 20:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pobalopalous/e045bed490a63b5355723e076ea20c7d to your computer and use it in GitHub Desktop.
Save pobalopalous/e045bed490a63b5355723e076ea20c7d to your computer and use it in GitHub Desktop.
JSON File for Duality View batchload
[
{"teamId" : 303,
"name" : "McLaren",
"points" : 0,
"driver" : [
{"driverId" : 107, "name" : "Lando Norris", "points" : 0},
{"driverId" : 108, "name" : "Oscar Piastri", "points" : 0}
]
},
{"teamId" : 304,
"name" : "Aston Martin",
"points" : 0,
"driver" : [ {"driverId" : 109,
"name" : "Fernando Alonso",
"points" : 0},
{"driverId" : 110,
"name" : "Lance Stroll",
"points" : 0} ]
},
{"teamId" : 305,
"name" : "RB",
"points" : 0,
"driver" : [ {"driverId" : 111,
"name" : "Yuki Tsunoda",
"points" : 0},
{"driverId" : 112,
"name" : "Daniel Ricciardo",
"points" : 0} ]
},
{"teamId" : 306,
"name" : "Haas",
"points" : 0,
"driver" : [ {"driverId" : 113,
"name" : "Nico Hulkenberg",
"points" : 0},
{"driverId" : 114,
"name" : "Kevin Magnussen",
"points" : 0} ]
},
{"teamId" : 307,
"name" : "Williams",
"points" : 0,
"driver" : [ {"driverId" : 115,
"name" : "Alexander Albon",
"points" : 0},
{"driverId" : 116,
"name" : "Logan Sargeant",
"points" : 0} ]
},
{"teamId" : 308,
"name" : "Kick Sauber",
"points" : 0,
"driver" : [ {"driverId" : 117,
"name" : "Valtteri Bottas",
"points" : 0},
{"driverId" : 118,
"name" : "Zhou Guanyu",
"points" : 0} ]
},
{"teamId" : 309,
"name" : "Alpine",
"points" : 0,
"driver" : [ {"driverId" : 119,
"name" : "Pierre Gasly",
"points" : 0},
{"driverId" : 120,
"name" : "Esteban Ocon",
"points" : 0} ]
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment