tags. We'll keep the same structure.
We also need to translate the meta description: "At least 109 crypto projects have shut down in 2026, with DeFi leading the decline. Notable closures include POAP, Zapper, BitMart, and BitMEX, even as institutional blockchain grows."
Translation: "2026년에 최소 109개의 암호화폐 프로젝트가 종료되었으며, DeFi가 하락을 주도했습니다. 주목할 만한 종료로는 POAP, Zapper, BitMart, BitMEX가 있으며, 기관 블록체인은 성장하고 있습니다."
Now we need to output JSON. Ensure proper escaping of quotes and special characters. We'll use double quotes for JSON keys and strings. The content is a string with HTML, so we need to escape double quotes inside? Actually, we can just put the HTML as a string, but we need to escape any double quotes inside. The HTML has no double quotes, only single quotes? Actually, it has no quotes. So it's fine. But we need to ensure the JSON is valid.
Let's write the JSON.
We'll structure: