During test generation, QuickPerf live generates a file containing the expected response body. WIth REST API, the generated response body has a JSON format. The issue aims at formating the JSON. The code to add is around [here](https://github.com/quick-perf/quickperf-live/blob/main/spring-boot-2/src/main/java/org/quickperf/web/spring/testgeneration/ExpectedResponseFileGenerator.java#L26).
During test generation, QuickPerf live generates a file containing the expected response body.
WIth REST API, the generated response body has a JSON format. The issue aims at formating the JSON.
The code to add is around here.