Magistross thank you for your help. It is now clear to me that JSON arrays have to be written in a C2 specific format.
Can you verify if this has been written correctly?:
{ "c2array":true, "size":[ 2, 2, 1 ], "data":[ [ ["What is your name?"], ["John"] ], [ ["What color is your hair?"], ["Brown"] ] ] }
Second, Once this PHP is loaded, how can i display both the question and the answer as two separate text objects, in other words how do i split or use the data to display the answer and question separately?
Again, thank you for your continued help...