foreach ($this->goods as $good) {
$goodArray = array(
"item_id" => $good->id,
"price" => $good->price,
);
array_push($jsonArray,$goodArray );
?>