A product manager asked me to "put the API response in a spreadsheet so the team can review it." The response was a 200KB nested JSON object. My options: write a Python script, copy-paste cells manually, or use Formly's JSON to CSV converter. I chose option three. The team had their spreadsheet in 30 seconds.
Formly handles nested JSON by flattening objects into dot-notation columns and converting arrays of objects to CSV rows. No manual flattening. Convert JSON to CSV now →