Kits, cats, sacks, wives: unfolding JSON data into tables
Each wife had seven sacks… Converting simple, flat JSON data into CSV or another tabular format is a problem addressed by many freely-available JSON-to-CSV converters. However, these are usually only useful when the JSON is a series of flat objects without any nested arrays. In practice, real-world JSON files often have nested arrays containing more…