<?php $lots = array(); $lots["lots"][] = array("Id" => 32932, "Type" => "G", "x" => 1, "y" => 2, "z" => 3); $lots["lots"][] = array("Id" => 32933, "Type" => "R", "x" => 4, "y" => 5, "z" => 6); $json = json_encode($lots); echo $json;
You have javascript disabled. You will not be able to edit any code.