Datastored in DB as JSON
{"Game":[{"maxplayers":"2","gamesize_width":"3","gamesize_height":"3"}]}

JSON converted into array
Array ( [0] => Array ( [maxplayers] => 2 [gamesize_width] => 3 [gamesize_height] => 3 ) )

Data parse array
Max Players : 2