Let's Say I Have This user data under
{
"asdfasdf": {
"user": "asdfasdf",
"skillpoints": 0,
"acc": 0,
"sessions": 0,
"wpm": 0
},
"matthewproskils": {
"user": "matthewproskils",
"skillpoints": 0,
"acc": 0,
"sessions": 0
}
}
Is there any way to sort this data into an 3 arrays? I want the arrays to have a result of [[matthewproskils, 0],[asdfasdf, 0]]