Hallo,
Ich weiß nicht genau wie das Json Formatiert werden soll, ich steh total aufm Schlauch
Na, dann mach dich mal kundig.
[...] bin mir nicht sicher, ob das so überhaupt klappt:
Wohl kaum. Man kann glaub' nicht mehrere Objekteingenschaften mit gleichem Namen ("move") in einem Objekt haben. Nimm lieber ein Array von Objekten:
{"moves": [
{
"object": "npc",
"object_id": "81",
"map_id": "23",
"to_x": "811",
"to_y": "284",
"time": "2817277272"
},
{
"object": "npc",
"object_id": "81",
"map_id": "23",
"to_x": "811",
"to_y": "284",
"time": "2817277272"
},
]}
Gruß, Don P