Last active
March 22, 2021 23:07
-
-
Save Akifcan/68930f17b745c6a7d84e86e5936db65f to your computer and use it in GitHub Desktop.
mongodb realm data
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
[ | |
{ | |
"name": "Alice", | |
"imageUrl": "https://upload.wikimedia.org/wikipedia/commons/b/b1/VAN_CAT.png", | |
"pet": "cat", | |
"likes": 15 | |
}, | |
{ | |
"name": "Angel", | |
"imageUrl": "https://cdnuploads.aa.com.tr/uploads/Contents/2019/10/24/thumbs_b_c_fb8263ce4f9f43ebdc7634b0d1eb0a08.jpg?v=115427", | |
"pet": "cat", | |
"likes": 6 | |
}, | |
{ | |
"name": "Bal", | |
"imageUrl": "https://static.birgun.net/resim/haber-detay-resim/2018/07/27/kopekler-her-duygumuza-ortak-492401-5.jpg", | |
"pet": "dog", | |
"likes": 9 | |
}, | |
{ | |
"name": "Cindy", | |
"imageUrl": "http://thecatandthedog.com/wp-content/uploads/2020/11/kitten-440379.jpg", | |
"pet": "cat", | |
"likes": 5 | |
}, | |
{ | |
"name": "Pony", | |
"imageUrl": "https://image.elitema.com.tr/db_images/186/CKEditor/image/K%C3%B6peklerin%20favorisi/Ekran%20Resmi%202020-03-14%2012_40_16.jpg", | |
"pet": "dog", | |
"likes": 4 | |
}, | |
{ | |
"name": "Puppy", | |
"imageUrl": "https://i4.hurimg.com/i/hurriyet/75/750x422/5e5771550f254405d052eb10.jpg", | |
"pet": "dog", | |
"likes": 1 | |
}, | |
{ | |
"name": "Rambo", | |
"imageUrl": "http://c.files.bbci.co.uk/14909/production/_114033248_gettyimages-584683134.jpg", | |
"pet": "dog", | |
"likes": 7 | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment