tags. We'll put the translated text inside.
We also need to translate the title and meta description.
Let's write the JSON. Ensure proper escaping of double quotes and newlines. We'll use a single string for content with escaped newlines? Actually, we can just put the HTML as a string with newlines if we want, but JSON requires escaping newlines as . But we can also keep it as a single line. For readability, we'll put it as a multi-line string with escaped quotes? Actually, in JSON, we need to escape double quotes inside strings.