I have encoded a set of multidimensional array from the php and i echo to the ajax. Now the response looks like the following
Array
(
[0]=>Array
([messagebody]=>hello
[senderid]=>2
[receiverid]=4
)
[1]=>Array
([messagebody]=>how are you
[senderid]=>4
[receiverid]=2
)
)
Please how do i access this array in javascript to get the messagebody?