Created
March 15, 2019 19:24
-
-
Save saishaddai/ed69643da00819eb7f2679fb65492dbc to your computer and use it in GitHub Desktop.
Decks JSON example
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
{ | |
"decks":[ | |
{ | |
"id":1, | |
"name":"Java", | |
"description":"Java 7 facts and fun" | |
}, | |
{ | |
"id":2, | |
"name":"Kotlin", | |
"description":"Kotlin facts and fun" | |
}, | |
{ | |
"id":3, | |
"name":"Algorithms", | |
"description":"Algorithm Analysis with all the most common problems ans responses" | |
}, | |
{ | |
"id":4, | |
"name":"Data Structures", | |
"description":"Not attached to an actual programming languages but there are already the most common data structures" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment