tags. Also note that the original content has and and
. We'll keep that.
Let's assemble the JSON. We'll use double quotes for JSON, escape any double quotes inside strings. The content has double quotes in the original (like "help" and "two cents") but we need to escape them. In our translation, we have "yardım" and "iki kuruşluk" but we used double quotes? Actually we used single quotes? In the translation we used double quotes around "yardım" and "iki kuruşluk" but we need to escape them in JSON. We'll use backslash.
Also note that the original content has an em dash — we can keep as is or use Turkish equivalent. We'll keep as is.
Let's write the JSON.
We'll produce:
{
"title": "Çalınan Bitcoin Cüzdanı, Kurbanlar Blockchain'de Not Bırakınca Kamusal Mesaj Panosuna Dönüştü",
"content": "36 milyon dolar
and
. We'll keep that.
Let's assemble the JSON. We'll use double quotes for JSON, escape any double quotes inside strings. The content has double quotes in the original (like "help" and "two cents") but we need to escape them. In our translation, we have "yardım" and "iki kuruşluk" but we used double quotes? Actually we used single quotes? In the translation we used double quotes around "yardım" and "iki kuruşluk" but we need to escape them in JSON. We'll use backslash.
Also note that the original content has an em dash — we can keep as is or use Turkish equivalent. We'll keep as is.
Let's write the JSON.
We'll produce:
{
"title": "Çalınan Bitcoin Cüzdanı, Kurbanlar Blockchain'de Not Bırakınca Kamusal Mesaj Panosuna Dönüştü",
"content": "36 milyon dolar
36 milyon dolar




