.load() doesn't render my PHP

.load() doesn't render my PHP

I am loading a list of answers give by a specific user into a tab panel. To do this I'm using the following code:
  1. $('#questionBody').load('dashboard/questions');
All the html elements not from a loop such as a header image show up fine but the list of answers looks like it's displayed similar to when you use print_r() on an array.

Is load() the proper function to use here?

here's an example of the output:
{"status":200,"data":{"questions":[],"params":{"page":false},"user_answers":{"13":{"flagged":"0","regdate":"1282869034","id":"13","qid":"9","body":"an answer of course...","payed":"1","question":{"id":"9","title":"test","body":"test","uid":"1586","permalink":"\/question\/view\/9"},"status":"complete"},"11":{"flagged":"0","regdate":"1282855508","id":"11","qid":"8","body":"it works? \n\nit really does work...","payed":"1","question":{"id":"8","title":"test2","body":"2nd test\n\nstill not purplelist fee update","uid":"1586","permalink":"\/question\/view\/8"},"status":"complete"},"10":{"flagged":"0","regdate":"1282854644","id":"10","qid":"7","body":"Answer refresh final test..it's good.","payed":"1","question":{"id":"7","title":"Question","body":"how is this? \n\n(am putting kids to bed but can help out testing later)\n\nPurpleList fee still doesn't update","uid":"1586","permalink":"\/question\/view\/7"},"status":"complete"}},"pagination":[]},"messages":[]}