Does anyone know an elegant way of turning this string to array
{"Order_status":{"order_country":"IN","order_flat":0,"order_currncy":"INR"}}
need to convert the above string to array
array('Order_staus'=>array('order_country'=>'IN','order_flat'=>0,'order_currency'=>'INR'))