Get JSON file to be a Structure of Arrays vs of a structure containing an an array of structures
So I am trying to convert my JSON into a cfquery object to use it in my application.
Here is what my JSON looks like. Its a structure containing an array of structures. 
But when I look at other CF posts on this topic I see the JSON data looks like this.
A Structure of Arrays. Which there is a lot of documentation on how to work within cf. 
QUESTION: How do I get my deserialized JSON file to be a Structure of Arrays instead of a structure containing an array of structures
