In php how get values of activity_id_0 and student_phone_0 and so on. My json string is like
array(
'json_text' => '{
"student_activity":{"activity_id_0":"1","student_id_0":"1","charges_0":"123"},
"student_contact_info":{"student_phone_0":"7867857986","student_id_0":"1","student_email_0":""}
}'
)