Skip to content

Instantly share code, notes, and snippets.

@JordiCorbilla
Created July 26, 2017 21:43
Show Gist options
  • Save JordiCorbilla/ba32f8202306203548f21fdeb7c896c2 to your computer and use it in GitHub Desktop.
Save JordiCorbilla/ba32f8202306203548f21fdeb7c896c2 to your computer and use it in GitHub Desktop.
{
"employees": [
{
"name": "John",
"surname": "Snow",
"age": 34,
"address": "my house"
},
{
"name": "John",
"surname": "Smith",
"age": 35,
"address": "my house"
},
{
"name": "John",
"surname": "Travolta",
"age": 36,
"address": "my house"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment