Fix json process
As you can see, the current JSON string returned by ChatGPT contains many "\n" characters, some of which are inside the "content" field and some are outside. The previous solution was to remove all "\n" characters, which caused the loss of all line breaks and structure when storing the data as a file, especially for code. Therefore, my approach is to first extract the content from the JSON string, remove all "\n" characters, and then put it back to its original position.
wait
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.
This change is not applicable for latest json schema