Created
July 26, 2017 21:43
-
-
Save JordiCorbilla/ba32f8202306203548f21fdeb7c896c2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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