please help me to convert php multi dimension array to JavaScript multi dimension array
Array ( [nonveg] => Array ( [0] => mutton [1] => Chicken ) [veg] => Array ( [2] => sambar [3] => rasam ) )
this is my array value i pass it to JavaScript function i want it to retrieve their in multi dimension array is any body help me how to do that