Created
December 26, 2017 16:36
-
-
Save kmkrn/1b12c22a76237a92a6f321053d170bac to your computer and use it in GitHub Desktop.
RealmCodable1
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
[ | |
{ | |
"catId" : 1, | |
"name": "Ashes", | |
"breed": "Bengal", | |
"weight" : 4.5 | |
}, | |
{ | |
"catId" : 2, | |
"name": "Molly", | |
"breed": "British Shorthair", | |
"weight" : 5 | |
}, | |
{ | |
"catId" : 3, | |
"name": "Charlie", | |
"breed": "Siamese", | |
"weight" : 3 | |
}, | |
{ | |
"catId" : 4, | |
"name": "Tigger", | |
"breed": "Persian", | |
"weight" : 6 | |
}, | |
{ | |
"catId" : 5, | |
"name": "Chester", | |
"breed": "Scottish Fold", | |
"weight" : 4 | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment