Skip to content

Instantly share code, notes, and snippets.

@banafederico
Last active August 16, 2016 20:57
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 banafederico/940aa586a8c795d77a9ab893417fa1df to your computer and use it in GitHub Desktop.
Save banafederico/940aa586a8c795d77a9ab893417fa1df to your computer and use it in GitHub Desktop.
Data structures for the pricer
{
"events": [
{
"date": "08/22/2016",
"performers": [
{
"vividseats_id": "...",
"name": "..."
}
],
"venue": {
"name": "..."
},
"tickets": [
{
"vividseats_id": "...",
"price": "...",
"row": "...",
"section": "..."
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment