I\'m currently learning how to parse a JSON object to a CSV file using the json2csv node module. Have never worked with JSON before, so this is all new to me.
Check out Underscore.js pluck method - if you pass _.pluck(json, 'car') to json2csv's data instead of the original json, you should get what you're looking for.