<?php $cars = array( array( 'BMW' => 'Germany' ), array( 'Ferrari' => 'Italy' ), array( 'Honda' => 'Japan' ) ); echo json_encode($cars);