Looking for assistance with restructuring JSON data received from a server API for easier processing.
You can find the input JSON file at assets/input-json.json within the stackblitz project: https://stackblitz.com/edit/angular-ivy-87qser?file=src/assets/input-json.json
The desired output JSON is located at assets/output-json.json.
I believe the conversion process leans more towards typescript/javascript rather than Angular, so any help would be appreciated.