Created
April 10, 2015 17:30
-
-
Save LocalCommit/05efbf3c36d4bc266290 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
{ | |
"joke": [ | |
{ | |
"id": 1, | |
"joketext": "Цыплята ...", | |
"jokedate": "2014-01-12", | |
"authorId": "1" | |
}, | |
{ | |
"id": 2, | |
"joketext": "Что-то ещё ...", | |
"jokedate": "2014-01-12", | |
"authorId": "2" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment