Kopyala
{
"kisiId": "123",
"uyeId": "456",
"adi": "xxx",
"soyadi": "yyy"
}
=toLong ifadesi, string değerleri Long tipine dönüştürür. Eğer değer geçerli bir sayı değilse hata oluşabilir.Kopyala
[
{
"operation": "modify-overwrite-beta",
"spec": {
"kisiId": "=toLong",
"uyeId": "=toLong"
}
}
]
Kopyala
{
"kisiId": 123,
"uyeId": 456,
"adi": "xxx",
"soyadi": "yyy"
}

