Giriş DeğeriDocumentation Index
Fetch the complete documentation index at: https://docs.apinizer.com/llms.txt
Use this file to discover all available pages before exploring further.
JSON verisi içine yeni key ifadeleri ekleyebilir ve mevcut key ifadelerini silebilir. Bu sayfa, remove ve default operasyonlarını birlikte kullanarak key ekleme ve silme örneğini içerir.
Giriş DeğeriDocumentation Index
Fetch the complete documentation index at: https://docs.apinizer.com/llms.txt
Use this file to discover all available pages before exploring further.
{
"Rating": 1,
"SecondaryRatings": {
"Design": 4,
"Price": 2,
"RatingDimension3": 1
}
}
remove operasyonu ile Rating alanı silinir, sonra default operasyonu ile NewlyAddedField alanı eklenir.[
{
"operation": "remove",
"spec": {
"Rating": ""
}
},
{
"operation": "default",
"spec": {
"NewlyAddedField": "123"
}
}
]
{
"SecondaryRatings" : {
"Design" : 4,
"Price" : 2,
"RatingDimension3" : 1
},
"NewlyAddedField" : "123"
}
Bu sayfa yararlı mıydı?