I have the following JSONObject:
{"Questions":
"{Question5=[Answer1, Answer2, Answer3, Answer4], Question4=[Answer1, Answer2, Answer3, Answer4], Question3=[Answer1, Answer2, Answer3, Answer4], Question2=[Answer1, Answer2, Answer3, Answer4], Question1=[Answer1, Answer2, Answer3, Answer4]}"
}
I am really new at working with JSON. What I need is array of JSON objects, each key is Question5, Question4 etc. and the values to be the answers. Can you help?