I have this JSON file :
{
    "player1" : [
        "kills" : 0,
        "deaths" : 0,
        "wins" : 0
    ],
    "player2" : [
        "kills" : 0,
        "deaths" : 0,
        "wins" : 0
    ]
}
But i don't no how use it. I do not know how to call the file, I tried with a parser but I did not succeed. I would like to use that in a Java program.
Can someone help me and at the same time explain to me?
 
     
    