Skip to content

Instantly share code, notes, and snippets.

@saishaddai
Created March 15, 2019 19:24
Show Gist options
  • Save saishaddai/ed69643da00819eb7f2679fb65492dbc to your computer and use it in GitHub Desktop.
Save saishaddai/ed69643da00819eb7f2679fb65492dbc to your computer and use it in GitHub Desktop.
Decks JSON example
{
"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