Possible Duplicate:
Excel to various JSON objects
I've started to use SlickQuiz which is a jQuery plugin. In there, the questions are added to the quiz using a JSON object. See an example here. Rather than modify this by hand each time I generate I new quiz, is there a way to generate this from say an Excel table or similar?
If so, then firstly, I can't understand what the structure of the (Excel) table would need to be like to get the nested structure in JSON. Can you help? And, is there a good existing serialiser (right term?) out there?
Open to suggestions...