I tried to parse a JSON file using PHP. But i'am stuck now.
This is my JSON file
{
"status": "200",
"port": "7777",
"maxplayers": 10,
"playercount": "2",
"players": "citron6946, Galios, Example"
"uptime": "4.06:17:21",
}
And my PHP so far ... I need only simple text display where you adjust the font
Status: online
Uptimne: 4d 6h 17m 21s
Port: 7777
Maxplayers: 10
Players: citron6946, Galios, Example
Can you help me ?