Reham Galal
01/06/2025, 1:24 PMChrimaeon
01/06/2025, 2:23 PMReham Galal
01/06/2025, 2:26 PM{
"businessHours": [
{
"day_name": "tuesday",
"end_time": 1735102800000,
"isWorking": true,
"slots": [],
"start_time": 1735099200000
}
],
"store_id": "5c56f50266ea4b17449c506f"
}
but ktor removes the "slots": [] ans send that
{
"businessHours": [
{
"day_name": "tuesday",
"end_time": 1735102800000,
"isWorking": true,
"start_time": 1735099200000
}
],
"store_id": "5c56f50266ea4b17449c506f"
}
Chrimaeon
01/06/2025, 2:27 PMReham Galal
01/06/2025, 2:27 PMinstall(ContentNegotiation) {
json(Json {
ignoreUnknownKeys = true
explicitNulls = false
})
}
Chrimaeon
01/06/2025, 2:29 PMdefault
parameter for emptyList
?Chrimaeon
01/06/2025, 2:30 PMJson {
encodeDefaults = true,
}
Reham Galal
01/06/2025, 2:33 PM