Last active
January 25, 2021 21:41
-
-
Save cemdrman/412d7b488af3e66fbea5094acf05ff95 to your computer and use it in GitHub Desktop.
This file contains 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
{ | |
"users":[ | |
{ | |
"id":1, | |
"name":"cem", | |
"surname":"dırman", | |
"email":"cemdrman@gmail.com", | |
"detail":{ | |
"created_at":"2019-03-22 23:33:52", | |
"age":"25", | |
"country":"tr" | |
}, | |
"posts":[] | |
}, | |
{ | |
"id":2, | |
"name":"Ahmet", | |
"surname":"ak", | |
"email":"ahmetak@gmail.com", | |
"detail":{ | |
"created_at":"2019-03-22 23:33:52", | |
"age":"22", | |
"country":"tr" | |
}, | |
"posts":[] | |
}, | |
{ | |
"id":3, | |
"name":"Ayşe", | |
"surname":"Sarı", | |
"email":"aysesari@gmail.com", | |
"detail":{ | |
"created_at":"2019-03-22 23:33:52", | |
"age":"20", | |
"country":"tr" | |
}, | |
"posts":[] | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment