json_encode çocuklar ürün?

0 Cevap php

Nasıl bir diziden aşağıdaki üretmek için php json_encode kullanabilirim?

{"issue":{"project_id":"Test Project","subject":"Test Issue"}}

I've been trying for the last 40 mins but I can't get it working for the life of me. The best I can do is:

$arr = array ("project_id"=>"Baas","subject"=>"Test Issue");
echo json_encode($arr); // {"project_id":"Baas","subject":"Test Issue"}

Sorun "sorun" ebeveyn yapıyor. Bunu gerçekleştirmek için nasıl herhangi bir ipucu?

Teşekkürler!

0 Cevap