Skip to content

Instantly share code, notes, and snippets.

@Arieg419
Created January 20, 2018 11:45
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 Arieg419/4049aa13c38e976673f2e2e2877c78ce to your computer and use it in GitHub Desktop.
Save Arieg419/4049aa13c38e976673f2e2e2877c78ce to your computer and use it in GitHub Desktop.
{
"users": [
{
"id": "40",
"firstName": "Alex",
"age": 13,
"companyId": "2"
},
{
"id": "41",
"firstName": "Nick",
"age": 40,
"companyId": "2"
},
{
"firstName": "Samantha",
"age": 25,
"companyId": "1",
"id": "S1TKHzuwl"
}
],
"companies": [
{
"id": "1",
"name": "Apple",
"description": "iphone"
},
{
"id": "2",
"name": "Google",
"description": "search"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment