Skip to content

Instantly share code, notes, and snippets.

@maxpospischil
Created December 30, 2016 16:15
Show Gist options
  • Save maxpospischil/ef449d3ea6216e4b6118f954d1ed11a0 to your computer and use it in GitHub Desktop.
Save maxpospischil/ef449d3ea6216e4b6118f954d1ed11a0 to your computer and use it in GitHub Desktop.
# first_name last_name street_address phone_number
Brenden Grace 1945 Michael Pl
Brenden Grace 555 Whatever Ln
Brenden Grace 111-111-1111
Brenden Grace 555-555-5555
{
"first_name": "Brenden",
"last_name": "Grace",
"street_addresses": [
"1945 Michael Pl",
"555 Whatever Ln" ],
"phone_numers": [
"555-555-5555",
"111-111-1111" ],
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment