Last active
August 29, 2015 14:15
-
-
Save joakin/c62b4d1b751ffd419b25 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
{ | |
"id": 1, | |
"title": "Fake collection", | |
"description": "With a fake description", | |
"owner": "User", | |
"public": true, | |
"image": "Monyigote.png", | |
"items": [ | |
"Albert Einstein", | |
"Burrito", | |
"Monyigote" | |
] | |
} |
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
[{ | |
"id": 0, | |
"title": "Watchlist", | |
"description": "Pages I watch", | |
"owner": "User", | |
"public": false, | |
"count": 4, | |
"image": "Fucka_2015-02-16_11-53.jpg" | |
},{ | |
"id": 1, | |
"title": "Fake collection", | |
"description": "With a fake description", | |
"owner": "User", | |
"public": true, | |
"count": 8, | |
"image": "Fucka_2015-02-16_11-53.jpg" | |
}] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Note: Remove comma after last line in each json object or else json fails to parse. This will not be a problem when we implement storage as PHP will create valid JSON.