「データ」の各要素 (つまり、1、2、3、4、および 5) が分離され、str_replace または preg_replace を使用せずに簡単にトラバースできるように、以下をエレガントに JSON に変換するにはどうすればよいですか?
{
"status":"success",
"data":{
"1":"this is an element",
"2":"this is an element",
"3":"this is an element",
"4":"this is an element",
"5":"this is an element",
}
}