How to format or transform the response from OpenAI API call

How to format or transform the response from OpenAI API call in FlutterFlow ? The output long string response is not so friendly for reading.

for example:

{ "output": "Sure! Here's a comparison table outlining the differences between low-code development and no-code development:\n\n| Aspect | Low-Code Development | No-Code Development |\n|-----------------------|----------------------------------------------|-------------------------------------------------------|\n| Target Audience | Professional developers and power users | Citizen developers and non-technical users |\n| Skill Requirement | Some coding knowledge required | No coding knowledge required |\n| Development Speed | Faster development due to reusable components | Slower development due to limited customization |\n| Customization | Offers moderate customization options | Limited customization options |\n| Complexity | Handles moderately complex applications | Handles simple to moderately complex applications |\n| Integration Capabilities | Supports integration with external systems | Limited integration capabilities |\n| Flexibility | Provides more flexibility in solution design | Restricts flexibility due to pre-defined components |\n| Cost | Requires licensing fees for the platform | Often free or has lower cost due to no-code platforms |\n| Maintenance | Requires ongoing updates and bug fixes | Minimal maintenance required due to pre-built modules |\n| Scalability | Scalability depends on the low-code platform | Scalable due to modular components and cloud services |\n\nIt's important to note that these are general differences, and the specific capabilities and features of low-code and no-code platforms may vary." }

How to format the above repsonse as a table in FlutterFlow?

Thanks a lot!

2