Skip to content

Instantly share code, notes, and snippets.

@larson-carter
Created October 12, 2022 02:54
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 larson-carter/dafb016500d3a63c27abf611ac6d22ad to your computer and use it in GitHub Desktop.
Save larson-carter/dafb016500d3a63c27abf611ac6d22ad to your computer and use it in GitHub Desktop.
{
"Venue1" : {
"Cover" : 1,
"Name" : "Harrisons",
"address" : "Taco St",
"age" : 21,
"timeClose" : "1:30",
"timeOpen" : "10:00"
},
"Venue2" : {
"Cover" : 13,
"Name" : "Lamar Yard",
"address" : "Value Street",
"age" : 18,
"timeClose" : "2:35",
"timeOpen" : "1:30"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment