I included a screen shot of some of my onscreen output. I dump the json to the screen.
It seems like within the json you have the answer and the question name at the same level. I can parse through all the pairs, but then if you have a survey with any branching, I'll have to match up questions to table columns on my end via question names, which is a bit clunky and makes me have to code for each suvery. It would be nice if each question just had its own id (it can just be 1-100).