and
tags, no attributes. So we can just put the HTML as a string. We'll need to escape any double quotes inside the string. But the HTML doesn't have double quotes except maybe in the text? We'll check: The original has "record-breaking" etc. We'll translate, so we might have double quotes in the text? We'll use Czech text, which might have quotes. We'll use standard double quotes for the JSON string, and escape any internal double quotes with backslash. But we can also use single quotes for the HTML? No, we'll just escape.
Better to use a JSON library, but we'll manually construct. We'll ensure the content is a single string with the HTML.
Let's write the JSON:
{
"title": "NVIDIA Groq 3 LPX vstupuje do plné výroby, navržen pro agentickou AI",
"content": " Společnost NVIDIA oznámila, že čip Groq 3 LPX vstoupil do plné výroby. Čip je navržen tak, aby poskytoval rekordní rychlosti AI inference, což je krok zaměřený přímo na úlohy citlivé na latenci a na podporu agentické AI – systémů, které nejen odpovídají na otázky, ale jednají samy. Inference je část AIČip pro rychlost




