Skip to content

Instantly share code, notes, and snippets.

@DevanB
Created January 23, 2018 19:20
Show Gist options
  • Save DevanB/de87519d9f45cc442030677bd71fdd7c to your computer and use it in GitHub Desktop.
Save DevanB/de87519d9f45cc442030677bd71fdd7c to your computer and use it in GitHub Desktop.
Data Import
"stores": [
{
"title": "Wal-Mart",
"address": "123 Main Street",
"city": "Houston",
"state": "TX",
},
{
"title": "Walgreens",
},
]
"users": [
{
"firstName": "Brittany",
"lastName": "Vincent",
},
{
"firstName": "Charlotte",
"lastName": "Vincent",
},
]
@bvinny
Copy link

bvinny commented Jan 30, 2018

"users": [
{
"firstName": "Brittany",
"lastName": "Vincent",
"title": "Associate Buyer for Footwear at Macys",
"emailAddress": "Brittany.Vincent@Macys.com",
"phoneNumber": "914-527-1977",
},

@DevanB
Copy link
Author

DevanB commented Jan 30, 2018

You can add three backtick marks to comments to create a code block like this:

Code goes here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment