Fine Tuning with escaped strings

I am trying to fine tune a model, but all fine tuned data is written in a string. Example: “Hello”. If I wanted to add like " to the fine tune data. Is my only option to unescape the json string? Do I have to use ", which also includes that I want to fine tune like next lines and etc. gpt-3.5-turbo is a fine-tuned version of gpt-3. So OpenAI must have done it so other way without unescaping the json string.

You have cleverly outsmarted the forum by not putting your escaped text within backticks to make it preformatted_text.

{ "tip": "Here's the \"truth\":\nYou can and must escape quotes (\") and triples(\"\"\")" }