<?php $data = [ "name" => "علی", "age" => 25, "city" => "تهران" ]; echo json_encode($data); ?>