Skip to content

Instantly share code, notes, and snippets.

@Stoff81
Created September 17, 2017 23:35
Show Gist options
  • Save Stoff81/912c2ba3b29563ed4d5f1fc9cb0698f9 to your computer and use it in GitHub Desktop.
Save Stoff81/912c2ba3b29563ed4d5f1fc9cb0698f9 to your computer and use it in GitHub Desktop.
var drinks = """
{
"drinks": [
{
"type": "water",
"description": "All natural"
},
{
"type": "orange_juice",
"description": "Best drank with breakfast"
},
{
"type": "beer",
"description": "An alcoholic beverage, best drunk on fridays after work",
"alcohol_content": "5%"
}
]
}
"""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment