Skip to content

Instantly share code, notes, and snippets.

@d7my11
Last active October 20, 2020 20:52
Show Gist options
  • Save d7my11/3944162529290df6e1192822fb55dae5 to your computer and use it in GitHub Desktop.
Save d7my11/3944162529290df6e1192822fb55dae5 to your computer and use it in GitHub Desktop.
{
"list": [
{
"id": "1",
"name": "Jane Doe",
"totalPoints": 157,
"clicks": 5
},
{
"id": "2",
"name": "Lily Allen",
"totalPoints": 234,
"clicks": 8
},
{
"id": "3",
"name": "John Smith",
"totalPoints": 390,
"clicks": 10
},
{
"id": "4",
"name": "Jon Arryn",
"totalPoints": -10,
"clicks": 5
},
{
"id": "5",
"name": "Ned Stark",
"totalPoints": 30,
"clicks": 7
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment