query('DESCRIBE jalan'); while($row = $res->fetch_assoc()) echo json_encode($row)."\n"; ?>