Skip to content

Instantly share code, notes, and snippets.

@oakley808
Last active February 23, 2018 19:44
Show Gist options
  • Save oakley808/69ebfe13f72653a5b8ed02ea4d9e2a18 to your computer and use it in GitHub Desktop.
Save oakley808/69ebfe13f72653a5b8ed02ea4d9e2a18 to your computer and use it in GitHub Desktop.
Sample data for user-manager
[
{
"id": "a2bab180-17da-11e8-8d5b-2936574e8713",
"first": "Michael",
"last": "Oakley",
"address": "123 Maple St. Anytown, CO"
},
{
"id": "aabab190-11e9-18da-8d5b-1136474f7711",
"first": "John",
"last": "Doe",
"address": "345 Oak St. Nowhere, CO"
},
{
"id": "bbbab190-8d5b-21e9-28da-2236474f7722",
"first": "Jane",
"last": "Deer",
"address": "123 Maple St. Somewhere, CO"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment