> Hi, Aikiro
> how can I show the leaderboard data if my json file like this :
> {"-Aspo":10,"-Jingh":7,"-Lapo":13,"-Dino":1,"-Edgar":6,"-Eddie":0}
>
>
>
>
> Aspo is a name, and 10 is Score
You will have to transform it, to
[
> {"-Aspo":10},
> {"-Jingh":7},
> ...
> ]
using the JSON object or javscript.
Okey, after I change the json format, what should I do to this evensheet?(red arrow?