with translated text, preserving the HTML structure. We must ensure that all tags are intact.
We'll write the JSON with proper escaping. Since we need to output JSON, we'll produce a JSON object with keys: title, content, meta.
Note: The content includes double quotes, so we need to escape them in JSON. We'll use standard JSON escaping.
We'll output the JSON.
Let's construct the content string.
We'll keep the same structure: ...